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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h

Issue 10407069: Fixed enable/disable handling for WiMAX. Removed Cellular section when not available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 7 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
Index: chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h
index 81923f3960704ee49b1f2b0089b072eec7fa6815..3dd15afd089101c7f07680135b91c34c10e523ad 100644
--- a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h
+++ b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h
@@ -101,8 +101,10 @@ class InternetOptionsHandler
void SetIPConfigCallback(const base::ListValue* args);
void EnableWifiCallback(const base::ListValue* args);
void DisableWifiCallback(const base::ListValue* args);
- void EnableMobileCallback(const base::ListValue* args);
- void DisableMobileCallback(const base::ListValue* args);
+ void EnableCellularCallback(const base::ListValue* args);
+ void DisableCellularCallback(const base::ListValue* args);
+ void EnableWimaxCallback(const base::ListValue* args);
+ void DisableWimaxCallback(const base::ListValue* args);
void BuyDataPlanCallback(const base::ListValue* args);
void SetApnCallback(const base::ListValue* args);
void SetSimCardLockCallback(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698