diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 08:41:19 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 08:41:19 +0000 |
commit | 017ec4bd5f21cc7cf052c417a69318a1cd43b4e0 (patch) | |
tree | 111660562c89946fe18b7b7dbc1700ef09773379 /chrome/common/pref_names.cc | |
parent | 427a09387bc17b2925d42294b930fe598667ef26 (diff) | |
download | chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.zip chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.tar.gz chromium_src-017ec4bd5f21cc7cf052c417a69318a1cd43b4e0.tar.bz2 |
Added constants, strings, protos for app sync.
BUG=51225
TEST=none needed
Review URL: http://codereview.chromium.org/3072022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55201 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 72bb0c5..5759678 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -883,6 +883,7 @@ const wchar_t kKeepEverythingSynced[] = L"sync.keep_everything_synced"; const wchar_t kSyncBookmarks[] = L"sync.bookmarks"; const wchar_t kSyncPasswords[] = L"sync.passwords"; const wchar_t kSyncPreferences[] = L"sync.preferences"; +const wchar_t kSyncApps[] = L"sync.apps"; const wchar_t kSyncAutofill[] = L"sync.autofill"; const wchar_t kSyncThemes[] = L"sync.themes"; const wchar_t kSyncTypedUrls[] = L"sync.typed_urls"; |