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

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

Issue 287543002: Remove origin chip v1 and "hide on input" v2 behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
Index: chrome/browser/ui/views/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 183d482e3219db6a8f7a88bc50870f53ab129052..cad7803e1f74c8d6b2cd1e12b3ac489d9dd179f3 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -26,7 +26,6 @@ class Browser;
class HomeButton;
class ReloadButton;
class ToolbarButton;
-class ToolbarOriginChipView;
class WrenchMenu;
class WrenchMenuModel;
class WrenchToolbarButton;
@@ -103,7 +102,6 @@ class ToolbarView : public views::AccessiblePaneView,
BrowserActionsContainer* browser_actions() const { return browser_actions_; }
ReloadButton* reload_button() const { return reload_; }
LocationBarView* location_bar() const { return location_bar_; }
- ToolbarOriginChipView* origin_chip() const { return origin_chip_view_; }
views::MenuButton* app_menu() const;
HomeButton* home_button() const { return home_; }
@@ -235,7 +233,6 @@ class ToolbarView : public views::AccessiblePaneView,
ReloadButton* reload_;
HomeButton* home_;
LocationBarView* location_bar_;
- ToolbarOriginChipView* origin_chip_view_;
BrowserActionsContainer* browser_actions_;
WrenchToolbarButton* app_menu_;
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698