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

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

Issue 98493004: Revert 238732 "[SiteChip] Add the basic painting of the site chi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/chrome/browser/ui/views/toolbar/toolbar_view.h
===================================================================
--- trunk/src/chrome/browser/ui/views/toolbar/toolbar_view.h (revision 238753)
+++ trunk/src/chrome/browser/ui/views/toolbar/toolbar_view.h (working copy)
@@ -25,7 +25,6 @@
class Browser;
class HomeButton;
class ReloadButton;
-class SiteChipView;
class ToolbarButton;
class WrenchMenu;
class WrenchMenuModel;
@@ -87,7 +86,6 @@
BrowserActionsContainer* browser_actions() const { return browser_actions_; }
ReloadButton* reload_button() const { return reload_; }
LocationBarView* location_bar() const { return location_bar_; }
- SiteChipView* site_chip() const { return site_chip_view_; }
views::MenuButton* app_menu() const;
// Overridden from AccessiblePaneView
@@ -219,7 +217,6 @@
ReloadButton* reload_;
HomeButton* home_;
LocationBarView* location_bar_;
- SiteChipView* site_chip_view_;
BrowserActionsContainer* browser_actions_;
WrenchToolbarButton* app_menu_;
Browser* browser_;
« no previous file with comments | « trunk/src/chrome/browser/ui/views/toolbar/site_chip_view.cc ('k') | trunk/src/chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698