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

Unified Diff: net/proxy/proxy_resolver_v8.h

Issue 6263010: More net/ header/implementation method reordering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: net/proxy/proxy_resolver_v8.h
diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
index 28bdcd03a51abcd8e20eb537f0df050be4789720..6cd340f7538297bd73fa8f1f754db5eba9ec9523 100644
--- a/net/proxy/proxy_resolver_v8.h
+++ b/net/proxy/proxy_resolver_v8.h
@@ -40,6 +40,8 @@ class ProxyResolverV8 : public ProxyResolver {
virtual ~ProxyResolverV8();
+ ProxyResolverJSBindings* js_bindings() const { return js_bindings_.get(); }
+
// ProxyResolver implementation:
virtual int GetProxyForURL(const GURL& url,
ProxyInfo* results,
@@ -54,8 +56,6 @@ class ProxyResolverV8 : public ProxyResolver {
const scoped_refptr<ProxyResolverScriptData>& script_data,
CompletionCallback* /*callback*/);
- ProxyResolverJSBindings* js_bindings() const { return js_bindings_.get(); }
-
private:
// Context holds the Javascript state for the most recently loaded PAC
// script. It corresponds with the data from the last call to

Powered by Google App Engine
This is Rietveld 408576698