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

Unified Diff: net/url_request/url_request.h

Issue 311263011: Remove ProtocolFactory use from appcache_url_request_job_unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to comments Created 6 years, 6 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
« no previous file with comments | « content/browser/appcache/appcache_url_request_job_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 6799fba0908ef7829623a734b107a6d443062efe..d31fff7e53b7f360558ee823960ef48a1d936cc8 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -31,10 +31,6 @@
#include "net/url_request/url_request_status.h"
#include "url/gurl.h"
-// Temporary layering violation to allow existing users of a deprecated
-// interface.
-class ChildProcessSecurityPolicyTest;
-
namespace base {
class Value;
@@ -47,13 +43,6 @@ class StackTrace;
// interface.
namespace content {
class AppCacheInterceptor;
-class AppCacheURLRequestJobTest;
-class AppCacheRequestHandlerTest;
-class BlobURLRequestJobTest;
-class FileSystemDirURLRequestJobTest;
-class FileSystemURLRequestJobTest;
-class FileWriterDelegateTest;
-class ResourceDispatcherHostTest;
}
namespace net {
@@ -160,17 +149,9 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
class NET_EXPORT Deprecated {
private:
// TODO(willchan): Kill off these friend declarations.
- friend class ::ChildProcessSecurityPolicyTest;
friend class TestInterceptor;
friend class URLRequestFilter;
friend class content::AppCacheInterceptor;
- friend class content::AppCacheRequestHandlerTest;
- friend class content::AppCacheURLRequestJobTest;
- friend class content::BlobURLRequestJobTest;
- friend class content::FileSystemDirURLRequestJobTest;
- friend class content::FileSystemURLRequestJobTest;
- friend class content::FileWriterDelegateTest;
- friend class content::ResourceDispatcherHostTest;
// Use URLRequestJobFactory::ProtocolHandler instead.
static ProtocolFactory* RegisterProtocolFactory(const std::string& scheme,
« no previous file with comments | « content/browser/appcache/appcache_url_request_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698