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 63eac6f1475df2621d40c98da82874c6b62d2d3d..5b4e24a548f9173ec65f1037ce12a5bc792e6845 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
@@ -101,9 +101,7 @@ class InternetOptionsHandler |
void UpdateLoggedInUserType(); |
// Additional callbacks to set network state properties. |
- void SetServerHostnameCallback(const base::ListValue* args); |
- void SetPreferNetworkCallback(const base::ListValue* args); |
- void SetAutoConnectCallback(const base::ListValue* args); |
+ void SetPropertiesCallback(const base::ListValue* args); |
void SetIPConfigCallback(const base::ListValue* args); |
void SetIPConfigProperties(const base::ListValue* args, |
const std::string& service_path, |