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

Unified Diff: chrome/browser/extensions/user_script_listener.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: chrome/browser/extensions/user_script_listener.h
===================================================================
--- chrome/browser/extensions/user_script_listener.h (revision 104705)
+++ chrome/browser/extensions/user_script_listener.h (working copy)
@@ -68,11 +68,6 @@
ResourceQueue* resource_queue_;
- // A list of every request that we delayed. Will be flushed when user scripts
- // are ready.
- typedef std::list<GlobalRequestID> DelayedRequests;
- DelayedRequests delayed_request_ids_;
-
// TODO(mpcomplete): the rest of this stuff should really be per-profile, but
// the complexity doesn't seem worth it at this point.

Powered by Google App Engine
This is Rietveld 408576698