Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1684)

Unified Diff: chrome/browser/browser_window.h

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_window.h
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h
index 0b679ab0c15fb9c9dfdf96701dd23fc7ee1e74f7..655471338bf7377cfe363a7c7aef952b250a8b17 100644
--- a/chrome/browser/browser_window.h
+++ b/chrome/browser/browser_window.h
@@ -87,17 +87,14 @@ class BrowserWindow {
// BrowserView.
virtual void SelectedTabToolbarSizeChanged(bool is_animating) = 0;
- // Notification for the Extension Shelf changing its size.
- virtual void SelectedTabExtensionShelfSizeChanged() = 0;
-
// Inform the frame that the selected tab favicon or title has changed. Some
// frames may need to refresh their title bar.
virtual void UpdateTitleBar() = 0;
- // Invoked when the visibility of the bookmark bar or extension shelf changes.
- // NOTE: this is NOT sent when the user toggles the visibility of one of
- // these shelves, but rather when the user transitions from a page that forces
- // the shelves to be visibile to one that doesn't have them visible (or
+ // Invoked when the visibility of the bookmark bar.
+ // NOTE: this is NOT sent when the user toggles the visibility of this,
+ // but rather when the user transitions from a page that forces
+ // it to be visibile to one that doesn't have it visible (or
// vice-versa).
// TODO(sky): see about routing visibility pref changing through here too.
virtual void ShelfVisibilityChanged() = 0;
@@ -190,9 +187,6 @@ class BrowserWindow {
// Shows or hides the bookmark bar depending on its current visibility.
virtual void ToggleBookmarkBar() = 0;
- // Shows or hides the extension shelf depending on its current visibility.
- virtual void ToggleExtensionShelf() = 0;
-
// Shows the About Chrome dialog box.
virtual views::Window* ShowAboutChromeDialog() = 0;
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698