Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| =================================================================== |
| --- chrome/browser/ui/browser.h (revision 98959) |
| +++ chrome/browser/ui/browser.h (working copy) |
| @@ -1018,6 +1018,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); |