summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run.h
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:35:31 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:35:31 +0000
commitc4b3858cc5dbae4bb28bf8c8a9bf9b7d0ca146d0 (patch)
tree5857d77fcf503a60350cf7798964c2417e659208 /chrome/browser/first_run.h
parentac164c49d7975299229ff38615ae701e8b7766da (diff)
downloadchromium_src-c4b3858cc5dbae4bb28bf8c8a9bf9b7d0ca146d0.zip
chromium_src-c4b3858cc5dbae4bb28bf8c8a9bf9b7d0ca146d0.tar.gz
chromium_src-c4b3858cc5dbae4bb28bf8c8a9bf9b7d0ca146d0.tar.bz2
Add 3 more flavors of the try chrome toast
- Different strings, pretty much the same deal. - One case removes the radio buttons. BUG=none TEST=none Review URL: http://codereview.chromium.org/198038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r--chrome/browser/first_run.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
index 41aba0c..c9471e8 100644
--- a/chrome/browser/first_run.h
+++ b/chrome/browser/first_run.h
@@ -126,7 +126,8 @@ class Upgrade {
// Shows a modal dialog asking the user to give chrome another try. See
// above for the possible outcomes of the function. This is an experimental,
// non-localized dialog.
- static TryResult ShowTryChromeDialog();
+ // |version| can be 0, 1 or 2 and selects what strings to present.
+ static TryResult ShowTryChromeDialog(size_t version);
};
// A subclass of BrowserProcessImpl that does not have a GoogleURLTracker