| 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_
|
|
|