Chromium Code Reviews| Index: chrome/browser/ui/browser.h | 
| =================================================================== | 
| --- chrome/browser/ui/browser.h (revision 99286) | 
| +++ chrome/browser/ui/browser.h (working copy) | 
| @@ -1042,6 +1042,9 @@ | 
| // Updates commands that affect the bookmark bar. | 
| void UpdateCommandsForBookmarkBar(); | 
| + // Set the preference that indicates that the home page has been changed. | 
| + void MarkHomePageAsChanged(PrefService* pref_service); | 
| + | 
| // Update commands whose state depends on whether the window is in fullscreen | 
| // mode. | 
| void UpdateCommandsForFullscreenMode(bool is_fullscreen); |