diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 06:51:10 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 06:51:10 +0000 |
commit | 95a45b981576dd24e0cabc77cc6244367c989d4f (patch) | |
tree | 65f2d773ae225938212be49e4deeec8535643d69 /chrome/common/pref_names.cc | |
parent | 8c38d6a380418af97de7a6e4f07433a500477122 (diff) | |
download | chromium_src-95a45b981576dd24e0cabc77cc6244367c989d4f.zip chromium_src-95a45b981576dd24e0cabc77cc6244367c989d4f.tar.gz chromium_src-95a45b981576dd24e0cabc77cc6244367c989d4f.tar.bz2 |
Added extensions sync-related constants, switches, and clauses.
BUG=32413
TEST=trybots
Review URL: http://codereview.chromium.org/2749005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 44cfe57..cc3f081 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -829,6 +829,7 @@ const wchar_t kSyncPreferences[] = L"sync.preferences"; const wchar_t kSyncAutofill[] = L"sync.autofill"; const wchar_t kSyncThemes[] = L"sync.themes"; const wchar_t kSyncTypedUrls[] = L"sync.typed_urls"; +const wchar_t kSyncExtensions[] = L"sync.extensions"; // Create web application shortcut dialog preferences. const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop"; |