diff options
Diffstat (limited to 'chrome/browser/browser_window_controller.h')
-rw-r--r-- | chrome/browser/browser_window_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_window_controller.h b/chrome/browser/browser_window_controller.h index 455c45f..5601b3f 100644 --- a/chrome/browser/browser_window_controller.h +++ b/chrome/browser/browser_window_controller.h @@ -52,6 +52,9 @@ class BrowserWindow; - (void)updateToolbarWithContents:(TabContents*)tab shouldRestoreState:(BOOL)shouldRestore; +// Sets whether or not the current page in the frontmost tab is bookmarked. +- (void)setStarredState:(BOOL)isStarred; + @end #endif // CHROME_BROWSER_BROWSER_WINDOW_CONTROLLER_H_ |