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

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

Issue 2360803002: Remove some pre-MD code from toolbar/tabstrip/frame. (Closed)
Patch Set: pkasting review Created 4 years, 3 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/ui/views/tabs/tab_unittest.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8a12a50724a9c656545ed967485ee13bdc6b2c6..b8458bcd55c7f58fd8eed710b51f0e21f7a9b5de 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -41,7 +41,6 @@ class ToolbarView : public views::AccessiblePaneView,
public content::NotificationObserver,
public CommandObserver,
public views::ButtonListener,
- public views::ViewTargeterDelegate,
public AppMenuIconController::Delegate {
public:
// The view class name.
@@ -160,10 +159,6 @@ class ToolbarView : public views::AccessiblePaneView,
// bar, used for popups.
};
- // views::ViewTargeterDelegate:
- bool DoesIntersectRect(const views::View* target,
- const gfx::Rect& rect) const override;
-
// AppMenuIconController::Delegate:
void UpdateSeverity(AppMenuIconController::IconType type,
AppMenuIconPainter::Severity severity,
@@ -194,8 +189,6 @@ class ToolbarView : public views::AccessiblePaneView,
void OnShowHomeButtonChanged();
- int content_shadow_height() const;
-
// Controls. Most of these can be null, e.g. in popup windows. Only
// |location_bar_| is guaranteed to exist.
BackButton* back_;
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.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