Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: chrome/browser/about_flags.cc

Issue 1932903002: Add a flag for experimental native cups support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added metrics for the flag. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 30b44c61e23a654c1718c36f74337c3632e80590..71a05b9e0970746eaaa59b68929328979a21fbfb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1804,7 +1804,11 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTION, kOsCrOS,
SINGLE_VALUE_TYPE(
chromeos::switches::kEnableSystemTimezoneAutomaticDetectionPolicy)},
-#endif
+ {"enable-native-cups", // FLAGS:RECORD_UMA
+ IDS_FLAGS_ENABLE_NATIVE_CUPS_NAME,
+ IDS_FLAGS_ENABLE_NATIVE_CUPS_DESCRIPTION, kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableNativeCups)},
+#endif // defined(OS_CHROMEOS)
#if !defined(OS_ANDROID) && !defined(OS_IOS) && defined(GOOGLE_CHROME_BUILD)
{"enable-google-branded-context-menu",
IDS_FLAGS_GOOGLE_BRANDED_CONTEXT_MENU_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698