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

Unified Diff: chrome/browser/about_flags.cc

Issue 805973002: wifi-sync: add chrome://flags UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-2-stub-wcss-with-cros-backend-20141205
Patch Set: use kOsCrOS instead of kOsAll Created 6 years 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') | tools/metrics/actions/actions.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 8e458b719f1bc853d8aaa4c740d60b090e49b7a8..fa6c7c43e84011b2b9b0e900c01d816a9caf24da 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2087,6 +2087,15 @@ const Experiment kExperiments[] = {
ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnableFillOnAccountSelect,
autofill::switches::kDisableFillOnAccountSelect)
},
+#if defined(OS_CHROMEOS)
+ {
+ "enable-wifi-credential-sync", // FLAGS:RECORD_UMA
+ IDS_FLAGS_ENABLE_WIFI_CREDENTIAL_SYNC_NAME,
+ IDS_FLAGS_ENABLE_WIFI_CREDENTIAL_SYNC_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableWifiCredentialSync)
+ },
+#endif
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698