| 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);
|
|
|