| 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);
|
|
|