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

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: sync (including tedv's change) Created 8 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
Index: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 4081e7532b9f027445a9bd178886a1bf940f0c11..8be1c946cd1089b80b3ace4ed21f41429ba4bfdf 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -187,9 +187,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;
@@ -198,11 +196,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