Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 6b2a9f5aad4f6276104d743d663d5dae695bba0b..8c69e14bbac472e65064a09a4f1a158a590825be 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -275,7 +275,7 @@ extern const char kWebApkServerUrl[]; |
| #if defined(OS_CHROMEOS) |
| extern const char kEnableLoginScreenApps[]; |
|
Lei Zhang
2017/03/31 23:35:34
nit: Can you sort this section? Ditto in the .cc f
skau
2017/04/01 01:02:47
Done.
|
| -extern const char kEnableNativeCups[]; |
| +extern const char kDisableNativeCups[]; |
| extern const char kCroshCommand[]; |
| #endif // defined(OS_CHROMEOS) |