summaryrefslogtreecommitdiffstats
path: root/chrome/browser/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r--chrome/browser/defaults.h4
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_