| Index: chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| index b69b73b0125e2845a3ac5f8f404533f67338ef03..6c5c8f049461022e46dd247347e16c9e291137b5 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| @@ -98,6 +98,14 @@ class SafeBrowsingNavigationObserver : public base::SupportsUserData::Data,
|
| const content::ResourceRequestDetails& details) override;
|
| void DidGetUserInteraction(const blink::WebInputEvent::Type type) override;
|
| void WebContentsDestroyed() override;
|
| + void DidOpenRequestedURL(content::WebContents* new_contents,
|
| + content::RenderFrameHost* source_render_frame_host,
|
| + const GURL& url,
|
| + const content::Referrer& referrer,
|
| + WindowOpenDisposition disposition,
|
| + ui::PageTransition transition,
|
| + bool started_from_context_menu,
|
| + bool not_yet_in_tabstrip) override;
|
|
|
| // Map keyed on NavigationHandle* to keep track of all the ongoing navigation
|
| // events. NavigationHandle pointers are owned by RenderFrameHost. Since a
|
|
|