| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 6b2a9f5aad4f6276104d743d663d5dae695bba0b..2a94775f8644fe5c3e184f4c4eae293984034c5c 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -274,9 +274,9 @@ extern const char kWebApkServerUrl[];
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(OS_CHROMEOS)
|
| -extern const char kEnableLoginScreenApps[];
|
| -extern const char kEnableNativeCups[];
|
| extern const char kCroshCommand[];
|
| +extern const char kDisableNativeCups[];
|
| +extern const char kEnableLoginScreenApps[];
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| #if defined(USE_ASH)
|
|
|