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

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: Convert selectApn, fix bugs Created 5 years, 11 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/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 9d004cbcd7c27bb45f7a83ebc092003222377e81..81a6cb74bed4fc121d0a4c5feab13b104abfd916 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
@@ -51,10 +51,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