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

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.h

Issue 173239: Delay request loading until all user scripts that request depends on are ready. (Closed)
Patch Set: linux and mac fixes Created 11 years, 4 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: chrome/browser/renderer_host/resource_dispatcher_host.h
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host.h b/chrome/browser/renderer_host/resource_dispatcher_host.h
index f7dc92e2a4dff0be2088b40b12ccdd3a23a823a8..5fff4b97743e7aafbbf81320d8ed8c5911e00da4 100644
--- a/chrome/browser/renderer_host/resource_dispatcher_host.h
+++ b/chrome/browser/renderer_host/resource_dispatcher_host.h
@@ -37,6 +37,7 @@ class PluginService;
class SafeBrowsingService;
class SaveFileManager;
class SSLClientAuthHandler;
+class UserScriptListener;
class URLRequestContext;
class WebKitThread;
struct ViewHostMsg_Resource_Request;
@@ -537,6 +538,8 @@ class ResourceDispatcherHost : public URLRequest::Delegate {
// We own the save file manager.
scoped_refptr<SaveFileManager> save_file_manager_;
+ scoped_refptr<UserScriptListener> user_script_listener_;
+
scoped_refptr<SafeBrowsingService> safe_browsing_;
// We own the WebKit thread and see to its destruction.
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698