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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h

Issue 700383008: Use setProperties for Cellular APN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_2
Patch Set: Created 6 years, 1 month 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/options/chromeos/internet_options_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
index 8be3dad8751dfb151211a53f265fc5e0a52f88eb..f8dd383de6d7b2478c1484738ab89e6a44c5da3b 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
@@ -52,10 +52,6 @@ class InternetOptionsHandler
// Callbacks to set network state properties.
void ShowMorePlanInfoCallback(const base::ListValue* args);
- void SetApnCallback(const base::ListValue* args);
- void SetApnProperties(const base::ListValue* args,
- const std::string& service_path,
- const base::DictionaryValue& shill_properties);
void CarrierStatusCallback();
void SetCarrierCallback(const base::ListValue* args);
void SimOperationCallback(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698