summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 23:52:16 +0000
committerskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 23:52:16 +0000
commit666ee73942cf97a7e4bd4c21182890236185b585 (patch)
tree1fdfbc2bc883e4148b1543968509e5775cbcb0d3 /chrome/common/pref_names.h
parent07b8eedcd5cf8e9cc6c67f93a52d323d0638d46d (diff)
downloadchromium_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.h1
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[];