diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 0b74a90..52155e2 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1524,6 +1524,10 @@ const char kCloudPrintSigninDialogHeight[] = // launches. const char kRegisteredBackgroundContents[] = "background_contents.registered"; +// An int that stores how often we've shown the "Chrome is configured to +// auto-launch" infobar. +const char kShownAutoLaunchInfobar[] = "browser.shown_autolaunch_infobar"; + // String that lists supported HTTP authentication schemes. const char kAuthSchemes[] = "auth.schemes"; |