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

Unified Diff: chrome/browser/ui/views/frame/glass_browser_frame_view.h

Issue 7045023: Simplify ProfileMenuButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
index 0c44efe3385d5d4230fbd13b0073e969254ef877..26077f004e6822b15c066d0eff070c18fb5215d0 100644
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
@@ -11,7 +11,6 @@
#include "chrome/browser/ui/views/frame/browser_frame_win.h"
#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
#include "views/controls/button/button.h"
-#include "views/controls/menu/view_menu_delegate.h"
#include "views/window/non_client_view.h"
class BrowserView;
@@ -21,8 +20,7 @@ class ProfileTagView;
class SkBitmap;
class GlassBrowserFrameView : public BrowserNonClientFrameView,
- public NotificationObserver,
- public views::ViewMenuDelegate {
+ public NotificationObserver {
public:
// Constructs a non-client view for an BrowserFrame.
GlassBrowserFrameView(BrowserFrame* frame, BrowserView* browser_view);
@@ -44,9 +42,6 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView,
virtual void ResetWindowControls() OVERRIDE { }
virtual void UpdateWindowIcon() OVERRIDE { }
- // views::ViewMenuDelegate implementation:
- virtual void RunMenu(views::View* source, const gfx::Point& pt) OVERRIDE;
-
protected:
// Overridden from views::View:
virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698