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

Unified Diff: base/base_switches.h

Issue 258663002: Expose a low-end device mode override flags for non-android OSs as well (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward command-line flags to renderer and gpu processes Created 6 years, 8 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 | « base/base.gypi ('k') | base/base_switches.cc » ('j') | base/sys_utils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index 6e391a45fcf661d5146415472de9ac568d0cb4c6..a89f576c3418284ec1b20df46d40b1f8741651e1 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -12,7 +12,9 @@
namespace switches {
extern const char kDisableBreakpad[];
+extern const char kDisableLowEndDeviceMode[];
extern const char kEnableCrashReporter[];
+extern const char kEnableLowEndDeviceMode[];
extern const char kFullMemoryCrashReport[];
extern const char kNoErrorDialogs[];
extern const char kProfilerTiming[];
@@ -27,9 +29,8 @@ extern const char kWaitForDebugger[];
extern const char kEnableCrashReporterForTesting[];
#endif
-#if defined(OS_ANDROID)
-extern const char kDisableLowEndDeviceMode[];
-extern const char kEnableLowEndDeviceMode[];
+#if !defined(OS_ANDROID)
+extern const char kDetectLowEndDevice[];
#endif
} // namespace switches
« no previous file with comments | « base/base.gypi ('k') | base/base_switches.cc » ('j') | base/sys_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698