diff options
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index f83843e..b131f12 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -1042,6 +1042,9 @@ class Browser : public TabHandlerDelegate, // 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); |