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

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

Issue 174501: Revert 24372 - Delay request loading until all user scripts that request depe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 24418)
+++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
@@ -37,7 +37,6 @@
class SafeBrowsingService;
class SaveFileManager;
class SSLClientAuthHandler;
-class UserScriptListener;
class URLRequestContext;
class WebKitThread;
struct ViewHostMsg_Resource_Request;
@@ -538,8 +537,6 @@
// 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