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

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: '' 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
Index: net/url_request/url_request.h
===================================================================
--- net/url_request/url_request.h (revision 104705)
+++ net/url_request/url_request.h (working copy)
@@ -38,6 +38,7 @@
class TestAutomationProvider;
class URLRequestAutomationJob;
class UserScriptListenerTest;
+class NetworkDelayListenerTest;
Pam (message me for reviews) 2011/10/12 14:28:12 Sigh. I don't like doing this either, but the "tem
// 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;

Powered by Google App Engine
This is Rietveld 408576698