From 666ee73942cf97a7e4bd4c21182890236185b585 Mon Sep 17 00:00:00 2001 From: "skrul@chromium.org" Date: Fri, 23 Jul 2010 23:52:16 +0000 Subject: 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 --- chrome/common/pref_names.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/pref_names.h') 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[]; -- cgit v1.1