summaryrefslogtreecommitdiffstats
path: root/base/base_switches.h
diff options
context:
space:
mode:
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[];