diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 20:50:23 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 20:50:23 +0000 |
commit | c9d01f92e082319a59215e2e812ca94168704695 (patch) | |
tree | da17f05c8432cee9665969a8be7d5a090f43dbe5 /chrome/browser/first_run.h | |
parent | de54a5f6e53a3aa2cd218cb5f19aaf205af382d5 (diff) | |
download | chromium_src-c9d01f92e082319a59215e2e812ca94168704695.zip chromium_src-c9d01f92e082319a59215e2e812ca94168704695.tar.gz chromium_src-c9d01f92e082319a59215e2e812ca94168704695.tar.bz2 |
Commit for MirandaC of Smaller alternate first run bubble. http://codereview.chromium.org/115265
BUG=9223
TBR=mirandac
Review URL: http://codereview.chromium.org/113504
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r-- | chrome/browser/first_run.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h index d11e0b4..737cd00 100644 --- a/chrome/browser/first_run.h +++ b/chrome/browser/first_run.h @@ -76,6 +76,11 @@ class FirstRun { // the pref could not be set. static bool SetShowFirstRunBubblePref(); + // Sets the kShouldUseOEMFirstRunBubble local state pref so that the + // browser shows the OEM first run bubble once the main message loop + // gets going. Returns false if the pref could not be set. + static bool SetOEMFirstRunBubblePref(); + // Sets the kShouldShowWelcomePage local state pref so that the browser // loads the welcome tab once the message loop gets going. Returns false // if the pref could not be set. |