Chromium Code Reviews| Index: chrome/browser/first_run/first_run.h |
| diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h |
| index d289c957cba6b1cce635175bbc606fda87e32d6d..e268d6f1edf320ea2fee5aec5bace0f921447f2e 100644 |
| --- a/chrome/browser/first_run/first_run.h |
| +++ b/chrome/browser/first_run/first_run.h |
| @@ -152,6 +152,13 @@ ProcessMasterPreferencesResult ProcessMasterPreferences( |
| const FilePath& user_data_dir, |
| MasterPrefs* out_prefs); |
| +#if defined(OS_WIN) |
|
grt (UTC plus 2)
2013/01/23 19:02:29
i think it's cleaner to implement this for all pla
huangs
2013/01/24 00:08:08
Moot; code is moved to eula_util.h/cc
|
| +// Performs a comprehensive test on whether or not EULA has been accepted for |
| +// Chrome, and returns the result. This result may be obtained via exit code |
|
grt (UTC plus 2)
2013/01/23 19:02:29
remove second sentence.
huangs
2013/01/24 00:08:08
Done.
|
| +// with the Chrome command line "--query-eula-acceptance". |
| +bool IsEULAAccepted(); |
| +#endif |
| + |
| // Show the first run search engine bubble at the first appropriate opportunity. |
| // This bubble may be delayed by other UI, like global errors and sync promos. |
| class FirstRunBubbleLauncher : public content::NotificationObserver { |