Index: chrome/browser/first_run.h |
=================================================================== |
--- chrome/browser/first_run.h (revision 25038) |
+++ chrome/browser/first_run.h (working copy) |
@@ -126,7 +126,8 @@ |
// 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 |