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

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

Issue 4200008: Revert 64191 - Add 3G Activation to the network menu.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/chromeos/status/network_menu.h (revision 64192)
+++ chrome/browser/chromeos/status/network_menu.h (working copy)
@@ -187,7 +187,6 @@
// 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;
@@ -212,9 +211,6 @@
// 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