| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index ca0df6e68154c698b7988aa1430568efafb4938a..171ee53bdbf707ebfe751498b4074623725a4e0c 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -126,6 +126,9 @@ extern const char kEnableMaterialDesignExtensions[];
|
| extern const char kEnableMaterialDesignFeedback[];
|
| extern const char kEnableMaterialDesignPolicyPage[];
|
| extern const char kEnableNaCl[];
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kEnableNativeCups[];
|
| +#endif // defined(OS_CHROMEOS)
|
| extern const char kEnableNativeNotifications[];
|
| extern const char kEnableNavigationTracing[];
|
| extern const char kEnableNetBenchmarking[];
|
|
|