| 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 5b4e24a548f9173ec65f1037ce12a5bc792e6845..8be3dad8751dfb151211a53f265fc5e0a52f88eb 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -102,10 +102,6 @@ class InternetOptionsHandler
|
|
|
| // Additional callbacks to set network state properties.
|
| void SetPropertiesCallback(const base::ListValue* args);
|
| - void SetIPConfigCallback(const base::ListValue* args);
|
| - void SetIPConfigProperties(const base::ListValue* args,
|
| - const std::string& service_path,
|
| - const base::DictionaryValue& shill_properties);
|
|
|
| // Gets the native window for hosting dialogs, etc.
|
| gfx::NativeWindow GetNativeWindow() const;
|
|
|