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

Unified Diff: net/url_request/url_request.h

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some cleanup Created 8 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: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index ab17a2c4f58e6f6daff47039b35c54795994a505..cd4c84fa168a56a7d24a23c614424cbd4bbfe19f 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -188,9 +188,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
class NET_EXPORT Deprecated {
private:
// TODO(willchan): Kill off these friend declarations.
- friend class extensions::AutoUpdateInterceptor;
friend class ::ChildProcessSecurityPolicyTest;
- friend class ::ComponentUpdateInterceptor;
friend class ::TestAutomationProvider;
friend class ::URLRequestAutomationJob;
friend class TestInterceptor;
@@ -199,11 +197,9 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
friend class appcache::AppCacheRequestHandlerTest;
friend class appcache::AppCacheURLRequestJobTest;
friend class content::ResourceDispatcherHostTest;
- friend class extensions::UserScriptListenerTest;
friend class fileapi::FileSystemDirURLRequestJobTest;
friend class fileapi::FileSystemURLRequestJobTest;
friend class fileapi::FileWriterDelegateTest;
- friend class policy::CannedResponseInterceptor;
friend class webkit_blob::BlobURLRequestJobTest;
// Use URLRequestJobFactory::ProtocolHandler instead.

Powered by Google App Engine
This is Rietveld 408576698