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

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

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: Fix win/mac test expectations Created 5 years, 11 months 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 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;

Powered by Google App Engine
This is Rietveld 408576698