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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2893313003: Add a switch to prevent logging redirection on chromeos. (Closed)
Patch Set: 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ada7ed6b5b733083d718ecc93853a2a4faf27bc2..0ba7b52d668d3b6d3746775b513a661c748f23a3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -929,6 +929,9 @@ const char kCroshCommand[] = "crosh-command";
// installed through policy.
const char kDisableLoginScreenApps[] = "disable-login-screen-apps";
+// Disables logging redirect for testing.
+const char kDisableLoggingRedirect[] = "disable-logging-redirect";
+
// Disables native cups integration
const char kDisableNativeCups[] = "disable-native-cups";
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698