Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1267)

Unified Diff: headless/lib/browser/headless_devtools_manager_delegate.h

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: added TODO Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « headless/lib/browser/headless_browser_impl.cc ('k') | headless/lib/browser/headless_print_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_devtools_manager_delegate.h
diff --git a/headless/lib/browser/headless_devtools_manager_delegate.h b/headless/lib/browser/headless_devtools_manager_delegate.h
index a2caf8f1cdc9e22ae7b5f99095f112aff414478c..a51254746268545f91429d860d678d4f166a000a 100644
--- a/headless/lib/browser/headless_devtools_manager_delegate.h
+++ b/headless/lib/browser/headless_devtools_manager_delegate.h
@@ -17,13 +17,15 @@
#if BUILDFLAG(ENABLE_BASIC_PRINTING)
#include "headless/lib/browser/headless_print_manager.h"
+#include "headless/public/headless_export.h"
#endif
namespace headless {
class HeadlessBrowserImpl;
#if BUILDFLAG(ENABLE_BASIC_PRINTING)
-std::unique_ptr<base::DictionaryValue> ParsePrintSettings(
+// Exported for tests.
+HEADLESS_EXPORT std::unique_ptr<base::DictionaryValue> ParsePrintSettings(
int command_id,
const base::DictionaryValue* params,
printing::HeadlessPrintSettings* settings);
« no previous file with comments | « headless/lib/browser/headless_browser_impl.cc ('k') | headless/lib/browser/headless_print_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698