summaryrefslogtreecommitdiffstats
path: root/base/base_switches.h
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2014-12-16 08:04:02 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-16 16:04:34 +0000
commitfeb3f47d155857c7b59d101b3d5e933245bac836 (patch)
treeea336bdc7ad700c8776d5b1feade83c08e6c48df /base/base_switches.h
parentfddf2473ddeedafe13558f247fa57e04c782545c (diff)
downloadchromium_src-feb3f47d155857c7b59d101b3d5e933245bac836.zip
chromium_src-feb3f47d155857c7b59d101b3d5e933245bac836.tar.gz
chromium_src-feb3f47d155857c7b59d101b3d5e933245bac836.tar.bz2
Removed discrepancy in low-end-device-mode flag
Removed the flag low-end-device-mode and added two flags enable-low-end-device-mode and disable-low-end-device-mode. This removes discrepancies between the flag values (integers) when used in different platforms and makes it simple to use with the just the flags and no values passed. BUG=437778 Review URL: https://codereview.chromium.org/761783004 Cr-Commit-Position: refs/heads/master@{#308593}
Diffstat (limited to 'base/base_switches.h')
-rw-r--r--base/base_switches.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/base_switches.h b/base/base_switches.h
index 96cbd5b..c579f6a 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -14,7 +14,8 @@ namespace switches {
extern const char kDisableBreakpad[];
extern const char kEnableCrashReporter[];
extern const char kFullMemoryCrashReport[];
-extern const char kLowEndDeviceMode[];
+extern const char kEnableLowEndDeviceMode[];
+extern const char kDisableLowEndDeviceMode[];
extern const char kNoErrorDialogs[];
extern const char kProfilerTiming[];
extern const char kProfilerTimingDisabledValue[];