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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2749005: Added extensions sync-related constants, switches, and clauses. (Closed)
Patch Set: Changed comment to be ocnsistent Created 10 years, 6 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/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 73f5c4c8b912953b13f99730d580a98347e9253b..4187b10fc6abe2bafe40692348498792414ef882 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -204,6 +204,9 @@ const char kDisableSyncAutofill[] = "disable-sync-autofill";
// Disable syncing of bookmarks.
const char kDisableSyncBookmarks[] = "disable-sync-bookmarks";
+// Disable syncing of extensions.
+const char kDisableSyncExtensions[] = "disable-sync-extensions";
+
// Disable syncing of passwords.
const char kDisableSyncPasswords[] = "disable-sync-passwords";
@@ -352,6 +355,9 @@ const char kEnableSyncAutofill[] = "enable-sync-autofill";
// Enable syncing browser bookmarks.
const char kEnableSyncBookmarks[] = "enable-sync-bookmarks";
+// Enable syncing browser extensions.
+const char kEnableSyncExtensions[] = "enable-sync-extensions";
+
// Enable syncing browser passwords.
const char kEnableSyncPasswords[] = "enable-sync-passwords";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698