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

Unified Diff: net/base/load_flags.h

Issue 13251: Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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
« no previous file with comments | « no previous file | net/base/net_error_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_flags.h
===================================================================
--- net/base/load_flags.h (revision 6694)
+++ net/base/load_flags.h (working copy)
@@ -64,6 +64,10 @@
// An SDCH dictionary was advertised, and an SDCH encoded response is
// possible.
LOAD_SDCH_DICTIONARY_ADVERTISED = 1 << 14,
+
+ // Do not resolve proxies. This override is used when downloading PAC files
+ // to avoid having a circular dependency.
+ LOAD_BYPASS_PROXY = 1 << 15,
};
} // namespace net
« no previous file with comments | « no previous file | net/base/net_error_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698