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

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

Issue 9966007: views: Extract SystemMenuModel from native_menu_win.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include string16 Created 8 years, 8 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/browser_frame_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_frame_win.h
diff --git a/chrome/browser/ui/views/frame/browser_frame_win.h b/chrome/browser/ui/views/frame/browser_frame_win.h
index 53440ae2f42f833d7204b2c615d11ba2439eaf20..f34c0acbf83aeaa9f7b312dba9dc4314f6eca6de 100644
--- a/chrome/browser/ui/views/frame/browser_frame_win.h
+++ b/chrome/browser/ui/views/frame/browser_frame_win.h
@@ -14,12 +14,12 @@
class BrowserView;
class EncodingMenuModel;
+class SystemMenuModel;
class SystemMenuModelDelegate;
class ZoomMenuModel;
namespace views {
class NativeMenuWin;
-class SystemMenuModel;
}
////////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,7 @@ class BrowserFrameWin : public views::NativeWidgetWin,
// The additional items we insert into the system menu.
scoped_ptr<SystemMenuModelDelegate> system_menu_delegate_;
- scoped_ptr<views::SystemMenuModel> system_menu_contents_;
+ scoped_ptr<SystemMenuModel> system_menu_contents_;
scoped_ptr<ZoomMenuModel> zoom_menu_contents_;
scoped_ptr<EncodingMenuModel> encoding_menu_contents_;
// The wrapped system menu itself.
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_frame_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698