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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 6468002: Implementation of getCurrentProxySettings for proxy settings API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/out/Debug
Patch Set: Created 9 years, 10 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/extensions/extension_function_dispatcher.cc
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index 3d6f4d472abff065c31b56f1198d1af496f6923d..d44c65575c3d42c1cf3af8065c64fff25f94f87a 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -263,6 +263,7 @@ void FactoryRegistry::ResetFunctions() {
// Proxies.
RegisterFunction<UseCustomProxySettingsFunction>();
RegisterFunction<RemoveCustomProxySettingsFunction>();
+ RegisterFunction<GetCurrentProxySettingsFunction>();
// Sidebar.
RegisterFunction<CollapseSidebarFunction>();
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_proxy_api.h » ('j') | chrome/browser/extensions/extension_proxy_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698