diff options
author | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 21:13:30 +0000 |
---|---|---|
committer | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 21:13:30 +0000 |
commit | 595fbb4e449423faa19cbf9533d980bd2b100479 (patch) | |
tree | 4832d181a320fa696df9223348cdf9bd618e9aa5 /chrome/browser/defaults.h | |
parent | 281e32a4405d515657c156d240b777d5a1cbb031 (diff) | |
download | chromium_src-595fbb4e449423faa19cbf9533d980bd2b100479.zip chromium_src-595fbb4e449423faa19cbf9533d980bd2b100479.tar.gz chromium_src-595fbb4e449423faa19cbf9533d980bd2b100479.tar.bz2 |
Update the kHasSyncSetupCompleted preference when the bootstraped
authentication is succesful in Chrome OS.
BUG=1220
TEST=The menu option in the wrench menu should indicate that bookmarks are
synced on startup, and it should be possible to disable sync through the
options dialog.
Review URL: http://codereview.chromium.org/551053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index 7ab2b64..595bb70 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -60,6 +60,10 @@ extern const bool kDownloadPageHasShowInFolder; // Should the tab strip be sized to the top of the tab strip? extern const bool kSizeTabButtonToTopOfTabStrip; +// Whether we should bootstrap the sync authentication using cookies instead of +// asking the user for credentials. +extern const bool kBootstrapSyncAuthentication; + } // namespace browser_defaults #endif // CHROME_BROWSER_DEFAULTS_H_ |