diff options
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 6a1215f..be21a1a 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -129,9 +129,6 @@ class BrowserWindow { // Shows the Bookmark Manager window. virtual void ShowBookmarkManager() = 0; - // Returns true if the Bookmark bubble is visible. - virtual bool IsBookmarkBubbleVisible() const = 0; - // Shows the Bookmark bubble. |url| is the URL being bookmarked, // |already_bookmarked| is true if the url is already bookmarked. virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) = 0; |