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

Unified Diff: chrome/browser/ui/webui/options/options_ui.cc

Issue 8467012: Refactor proxy handling for ChromeOS to not go through the CrosSettings interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Centralized the proxy change notification. Created 9 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/options_ui.cc
diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc
index 1da512c458a687cc5e0f8f0b50cd8029fd600cc8..291e21787132bf302a00afdc3d25b1a07560e5bd 100644
--- a/chrome/browser/ui/webui/options/options_ui.cc
+++ b/chrome/browser/ui/webui/options/options_ui.cc
@@ -253,7 +253,7 @@ OptionsUI::OptionsUI(TabContents* contents)
AddOptionsPageUIHandler(localized_strings,
new chromeos::VirtualKeyboardManagerHandler());
AddOptionsPageUIHandler(localized_strings,
- new chromeos::ProxyHandler(GetProfile()));
+ new chromeos::ProxyHandler());
AddOptionsPageUIHandler(localized_strings,
new chromeos::ChangePictureOptionsHandler());
AddOptionsPageUIHandler(localized_strings,

Powered by Google App Engine
This is Rietveld 408576698