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

Unified Diff: chrome/browser/views/toolbar_view.h

Issue 3056003: Attemp 2 at: (Closed)
Patch Set: Fix chromeos breakage Created 10 years, 5 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/views/tabs/tab_strip.cc ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/toolbar_view.h
diff --git a/chrome/browser/views/toolbar_view.h b/chrome/browser/views/toolbar_view.h
index 5303ba8d430cc05f3971183ec0b6dbe9f113db10..83e28f6f1bb0021468a4e1a74cc40b147b41f1b2 100644
--- a/chrome/browser/views/toolbar_view.h
+++ b/chrome/browser/views/toolbar_view.h
@@ -79,8 +79,6 @@ class ToolbarView : public AccessibleToolbarView,
ReloadButton* reload_button() const { return reload_; }
LocationBarView* location_bar() const { return location_bar_; }
views::MenuButton* app_menu() const { return app_menu_; }
- bool collapsed() const { return collapsed_; }
- void SetCollapsed(bool val);
// Overridden from AccessibleToolbarView
virtual bool SetToolbarFocus(int view_storage_id, View* initial_focus);
@@ -215,9 +213,6 @@ class ToolbarView : public AccessibleToolbarView,
// running.
bool* destroyed_flag_;
- // When collapsed, the toolbar is just a tiny strip, no controls are visible.
- bool collapsed_;
-
DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarView);
};
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698