Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4fa85eb3d81f0e6d130088f0ccd5fff78e39f968..59dcc8b67d1299b2ef93b0f6671d6461bcd59fae 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -431,6 +431,11 @@ const char kEnableMaterialDesignPolicyPage[] = "enable-md-policy-page"; |
// (internally adds lEnableGpuPlugin to the command line). |
const char kEnableNaCl[] = "enable-nacl"; |
+#if defined(OS_CHROMEOS) |
+// Enables native cups integration |
+const char kEnableNativeCups[] = "enable-native-cups"; |
+#endif // defined(OS_CHROMEOS) |
+ |
// Enables the use of native notifications instead of using the Chrome based |
// ones. |
const char kEnableNativeNotifications[] = "enable-native-notifications"; |