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

Unified Diff: chrome/browser/chromeos/status/browser_status_area_view.h

Issue 2812028: Fixes new wrench menu on chromeos. (Closed)
Patch Set: Created 10 years, 6 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/chromeos/status/browser_status_area_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/browser_status_area_view.h
diff --git a/chrome/browser/chromeos/status/browser_status_area_view.h b/chrome/browser/chromeos/status/browser_status_area_view.h
index 089eeda11768c7f5ee7dc10f67f21cd54548464c..5a6b0d3d02092ca547da802ec543af2f73f6740d 100644
--- a/chrome/browser/chromeos/status/browser_status_area_view.h
+++ b/chrome/browser/chromeos/status/browser_status_area_view.h
@@ -12,8 +12,6 @@
#include "views/controls/menu/menu_2.h"
#include "views/view.h"
-class AppMenuModel;
-
namespace chromeos {
class BrowserView;
@@ -30,8 +28,9 @@ class BrowserStatusAreaView : public StatusAreaView,
virtual void Init();
- // Creates an AppMenuModel for chromeos.
- AppMenuModel* CreateAppMenuModel(menus::SimpleMenuModel::Delegate* delegate);
+ // Creates the app menu model.
+ menus::SimpleMenuModel* CreateAppMenuModel(
+ menus::SimpleMenuModel::Delegate* delegate);
StatusAreaButton* menu_view() const { return menu_view_; }
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/browser_status_area_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698