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

Unified Diff: headless/app/headless_shell_switches.h

Issue 2671713004: headless: Add command line flags for logging (Closed)
Patch Set: Created 3 years, 11 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
« headless/app/headless_shell.cc ('K') | « headless/app/headless_shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell_switches.h
diff --git a/headless/app/headless_shell_switches.h b/headless/app/headless_shell_switches.h
index 9d0a348e6e705f699dd31cf6692f3f92d4b3f343..74ee37bcad45d507be5365b7ead7d8f779737bca 100644
--- a/headless/app/headless_shell_switches.h
+++ b/headless/app/headless_shell_switches.h
@@ -5,6 +5,8 @@
#ifndef HEADLESS_APP_HEADLESS_SHELL_SWITCHES_H_
#define HEADLESS_APP_HEADLESS_SHELL_SWITCHES_H_
+#include "content/public/common/content_switches.h"
+
namespace headless {
namespace switches {
extern const char kDeterministicFetch[];
@@ -19,6 +21,11 @@ extern const char kUseGL[];
extern const char kUserDataDir[];
extern const char kVirtualTimeBudget[];
extern const char kWindowSize[];
+
+// Switches which are replicated from content.
Eric Seckler 2017/02/02 22:50:12 while you're at it, shall we move kRemoteDebugging
Sami 2017/02/02 23:15:33 Done.
+using ::switches::kEnableLogging;
+using ::switches::kLoggingLevel;
+
} // namespace switches
} // namespace headless
« headless/app/headless_shell.cc ('K') | « headless/app/headless_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698