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

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

Issue 4136002: Add 3G Activation to the network menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added else {} Created 10 years, 2 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/cros/cros_mock.cc ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/network_menu.h
diff --git a/chrome/browser/chromeos/status/network_menu.h b/chrome/browser/chromeos/status/network_menu.h
index f46269e649db59e5fc69f0afeb3c3564b06e5b18..dd50c8d75cfd79c626a1abc581431bed5dcb902d 100644
--- a/chrome/browser/chromeos/status/network_menu.h
+++ b/chrome/browser/chromeos/status/network_menu.h
@@ -187,6 +187,7 @@ class NetworkMenu : public views::ViewMenuDelegate,
// Wrappers for the ShowNetworkConfigView / ShowTabbedNetworkSettings.
void ShowWifi(const WifiNetwork& wifi, bool focus_login) const;
void ShowCellular(const CellularNetwork& cellular, bool focus_login) const;
+ void ActivateCellular(const CellularNetwork& cellular) const;
void ShowEthernet(const EthernetNetwork& ethernet) const;
void ShowOther() const;
@@ -211,6 +212,9 @@ class NetworkMenu : public views::ViewMenuDelegate,
// Holds minimum width or -1 if it wasn't set up.
int min_width_;
+ // If true, call into the settings UI for network configuration dialogs.
+ bool use_settings_ui_;
+
DISALLOW_COPY_AND_ASSIGN(NetworkMenu);
};
« no previous file with comments | « chrome/browser/chromeos/cros/cros_mock.cc ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698