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