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

Unified Diff: chrome/browser/chromeos/status_area_view.h

Issue 231014: Add wifi menu button in status bar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/chromeos/settings_contents_view.cc ('k') | chrome/browser/chromeos/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_area_view.h
===================================================================
--- chrome/browser/chromeos/status_area_view.h (revision 27164)
+++ chrome/browser/chromeos/status_area_view.h (working copy)
@@ -12,6 +12,7 @@
#include "views/view.h"
class Browser;
+class NetworkMenuButton;
namespace views {
class MenuButton;
@@ -30,7 +31,7 @@
OPEN_TABS_ON_RIGHT
};
- StatusAreaView(Browser* browser);
+ explicit StatusAreaView(Browser* browser);
virtual ~StatusAreaView();
void Init();
@@ -68,6 +69,7 @@
// The browser window that owns us.
Browser* browser_;
+ NetworkMenuButton* network_view_;
views::ImageView* battery_view_;
views::MenuButton* menu_view_;
« no previous file with comments | « chrome/browser/chromeos/settings_contents_view.cc ('k') | chrome/browser/chromeos/status_area_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698