| Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| index b73b7189444621e1d9d237f8ff2ea62a0ff0d3bd..5c5f3c4ab4ebb159ccdcf79dfabf3c76643f8ba8 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -101,9 +101,11 @@ class WebNavigationTabObserver : public content::NotificationObserver,
|
|
|
| // Creates and sends onErrorOccurred events for all on-going navigations. If
|
| // |render_view_host| is non-NULL, only generates events for frames in this
|
| - // render view host.
|
| + // render view host. If |id_to_skip| is given, no events are sent for that
|
| + // frame.
|
| void SendErrorEvents(content::WebContents* web_contents,
|
| - content::RenderViewHost* render_view_host);
|
| + content::RenderViewHost* render_view_host,
|
| + FrameNavigationState::FrameID id_to_skip);
|
|
|
| // Tracks the state of the frames we are sending events for.
|
| FrameNavigationState navigation_state_;
|
|
|