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

Unified Diff: content/child/resource_dispatcher.h

Issue 132143003: [abort] Let webkit know we're past the phase where throttles run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index d85087d4557b8e18dae76c012d341667a98e1748..c4055a8f7833d26f8a5d33a8a8c2ead11987a6aa 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -154,6 +154,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
bool was_ignored_by_handler,
const std::string& security_info,
const base::TimeTicks& completion_time);
+ void OnRequestDidStartForFrame(int request_id);
// Dispatch the message to one of the message response handlers.
void DispatchMessage(const IPC::Message& message);
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698