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

Unified Diff: chrome/browser/about_flags.cc

Issue 1123143004: Add a flag for enabling Chrome Web Store Gallery widget app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms Created 5 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/chromeos_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('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 edb9981dab995e4cd0027e9cca7a163e2ca1c64f..aed2281d720ce7f79c3a62fb3e85df2e9f88a5a7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2434,6 +2434,15 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kDisableNewVideoRenderer)
},
+#if defined(OS_CHROMEOS)
+ {
+ "enable-printer-app-search",
+ IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME,
+ IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnablePrinterAppSearch)
+ },
+#endif // OS_CHROMEOS
// Temporary flag to ease the transition to standard-compliant scrollTop
// behavior. Will be removed shortly after http://crbug.com/157855 ships.
{
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698