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

Side by Side Diff: components/browser_sync/common/browser_sync_switches.cc

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Patch Set: Rebase Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « components/browser_sync/common/browser_sync_switches.h ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/browser_sync/common/browser_sync_switches.h"
6
7 namespace switches {
8
9 // Disables syncing browser data to a Google Account.
10 const char kDisableSync[] = "disable-sync";
11
12 // Disables syncing one or more sync data types that are on by default.
13 // See sync/internal_api/public/base/model_type.h for possible types. Types
14 // should be comma separated, and follow the naming convention for string
15 // representation of model types, e.g.:
16 // --disable-synctypes='Typed URLs, Bookmarks, Autofill Profiles'
17 const char kDisableSyncTypes[] = "disable-sync-types";
18
19 // Enables synchronizing WiFi credentials across devices, using Chrome Sync.
20 const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";
21
22 } // namespace switches
OLDNEW
« no previous file with comments | « components/browser_sync/common/browser_sync_switches.h ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698