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

Unified Diff: chrome/browser/about_flags.cc

Issue 901233003: Enable Cloud Import feature by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update device handler test to use new flag. Created 5 years, 10 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') | chromeos/chromeos_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 0101b9eb02b9b0f4888cadcbbb6993641bbcd1ea..348dfa01ce3964f234b7eae47c3dfb4f8c0c1e9f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -983,11 +983,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(chromeos::switches::kEnableCarrierSwitching)
},
{
- "enable-cloud-backup",
- IDS_FLAGS_ENABLE_CLOUD_BACKUP,
- IDS_FLAGS_ENABLE_CLOUD_BACKUP_DESCRIPTION,
+ "disable-cloud-import",
+ IDS_FLAGS_DISABLE_CLOUD_IMPORT,
+ IDS_FLAGS_DISABLE_CLOUD_IMPORT_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableCloudBackup)
+ SINGLE_VALUE_TYPE(chromeos::switches::kDisableCloudImport)
},
{
"enable-request-tablet-site",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698