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

Unified Diff: net/url_request/url_request.h

Issue 8205001: (Owner approval for) Delay network requests on startup if any webRequest ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Updated checkout Created 9 years, 2 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/renderer_host/resource_queue_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
===================================================================
--- net/url_request/url_request.h (revision 105566)
+++ net/url_request/url_request.h (working copy)
@@ -38,6 +38,7 @@
class TestAutomationProvider;
class URLRequestAutomationJob;
class UserScriptListenerTest;
+class NetworkDelayListenerTest;
// Temporary layering violation to allow existing users of a deprecated
// interface.
@@ -175,6 +176,7 @@
friend class ::ResourceDispatcherHostTest;
friend class ::TestAutomationProvider;
friend class ::UserScriptListenerTest;
+ friend class ::NetworkDelayListenerTest;
friend class ::URLRequestAutomationJob;
friend class TestInterceptor;
friend class URLRequestFilter;
« no previous file with comments | « content/browser/renderer_host/resource_queue_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698