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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h

Issue 694533007: Add 'setProperties' to InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + feedback Created 6 years, 1 month 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 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,

Powered by Google App Engine
This is Rietveld 408576698