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

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: address review comments. Created 6 years, 6 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/android/sys_utils_unittest.cc ('k') | base/base_switches.cc » ('j') | no next file with comments »
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..ba995d5bb5a6eb4ee5ead6a4046f1ebdc43340ba 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -14,6 +14,7 @@ namespace switches {
extern const char kDisableBreakpad[];
extern const char kEnableCrashReporter[];
extern const char kFullMemoryCrashReport[];
+extern const char kLowEndDeviceMode[];
extern const char kNoErrorDialogs[];
extern const char kProfilerTiming[];
extern const char kProfilerTimingDisabledValue[];
@@ -27,11 +28,6 @@ extern const char kWaitForDebugger[];
extern const char kEnableCrashReporterForTesting[];
#endif
-#if defined(OS_ANDROID)
-extern const char kDisableLowEndDeviceMode[];
-extern const char kEnableLowEndDeviceMode[];
-#endif
-
} // namespace switches
#endif // BASE_BASE_SWITCHES_H_
« no previous file with comments | « base/android/sys_utils_unittest.cc ('k') | base/base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698