diff options
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index e06f008..b112899 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -56,9 +56,11 @@ 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; +// If true, we want to automatically start sync signin whenever we have +// credentials (user doesn't need to go through the startup flow). This is +// typically enabled on platforms (like ChromeOS) that have their own +// distinct signin flow. +extern const bool kSyncAutoStarts; // Should other browsers be shown in about:memory page? extern const bool kShowOtherBrowsersInAboutMemory; |