Chromium Code Reviews| Index: chrome/browser/first_run/first_run.h |
| =================================================================== |
| --- chrome/browser/first_run/first_run.h (revision 84102) |
| +++ chrome/browser/first_run/first_run.h (working copy) |
| @@ -141,6 +141,10 @@ |
| // Returns false if the pref could not be set. |
| static bool SetPersonalDataManagerFirstRunPref(); |
| + // True if special circumstances should prevent the search engine ballot from |
| + // being shown. |
| + static bool SearchEngineSelectorRestricted(); |
|
Avi (use Gerrit)
2011/05/04 20:13:06
Naming not obvious. Please rename to clarify.
Miranda Callahan
2011/05/04 20:15:31
Done.
|
| + |
| private: |
| friend class FirstRunTest; |
| FRIEND_TEST_ALL_PREFIXES(Toolbar5ImporterTest, BookmarkParse); |