| Index: base/base_switches.h
|
| diff --git a/base/base_switches.h b/base/base_switches.h
|
| index b679e6d9ebf1a7f4c79dfb831e1c1bab3dd71d33..6cf4fc3b36fc99f3e9d9ac026ee22505662f1df0 100644
|
| --- a/base/base_switches.h
|
| +++ b/base/base_switches.h
|
| @@ -13,8 +13,10 @@ namespace switches {
|
|
|
| extern const char kDebugOnStart[];
|
| extern const char kDisableBreakpad[];
|
| +extern const char kDisableLowEndDeviceMode[];
|
| extern const char kEnableCrashReporter[];
|
| extern const char kEnableDCHECK[];
|
| +extern const char kEnableLowEndDeviceMode[];
|
| extern const char kFullMemoryCrashReport[];
|
| extern const char kNoErrorDialogs[];
|
| extern const char kProfilerTiming[];
|
| @@ -29,11 +31,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_
|
|
|