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. |