Chromium Code Reviews| Index: chrome/browser/first_run/first_run.h |
| =================================================================== |
| --- chrome/browser/first_run/first_run.h (revision 76859) |
| +++ chrome/browser/first_run/first_run.h (working copy) |
| @@ -245,7 +245,8 @@ |
| // above for the possible outcomes of the function. This is an experimental, |
| // non-localized dialog. |
| // |version| can be 0, 1 or 2 and selects what strings to present. |
| - static TryResult ShowTryChromeDialog(size_t version); |
| + static TryResult ShowTryChromeDialog(size_t version, |
| + ProcessSingleton* process_singleton); |
|
Finnur
2011/03/07 22:35:10
Please document the new param.
|
| #endif // OS_WIN |
| // Launches chrome again simulating a 'user' launch. If chrome could not |