diff options
author | skrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 23:52:16 +0000 |
---|---|---|
committer | skrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 23:52:16 +0000 |
commit | 666ee73942cf97a7e4bd4c21182890236185b585 (patch) | |
tree | 1fdfbc2bc883e4148b1543968509e5775cbcb0d3 /chrome/common/pref_names.h | |
parent | 07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d (diff) | |
download | chromium_src-666ee73942cf97a7e4bd4c21182890236185b585.zip chromium_src-666ee73942cf97a7e4bd4c21182890236185b585.tar.gz chromium_src-666ee73942cf97a7e4bd4c21182890236185b585.tar.bz2 |
Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.
I need this to be LGTMed again since the last time I tried to commit this it caused a gitsplosion.
BUG=49402
Review URL: http://codereview.chromium.org/3033025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 9897ec0..0e98f18 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -322,6 +322,7 @@ extern const wchar_t kSyncThemes[]; extern const wchar_t kSyncTypedUrls[]; extern const wchar_t kSyncExtensions[]; extern const wchar_t kSyncManaged[]; +extern const wchar_t kSyncSuppressStart[]; extern const wchar_t kWebAppCreateOnDesktop[]; extern const wchar_t kWebAppCreateInAppsMenu[]; |