Chromium Code Reviews| Index: chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h |
| diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h |
| index 9bfcfa1bb44a54f993475f9e472ace0c546b2ed0..100d2f204bb11406f62670eed9b3f5e7e94b862f 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h |
| +++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h |
| @@ -156,6 +156,7 @@ class SafeBrowsingNavigationObserverManager |
| // However, it does not prevent us to attribute url1 in Window A as the cause |
| // of all these navigations. |
| NavigationEvent* FindNavigationEvent(const GURL& target_url, |
| + const GURL& target_main_frame_url, |
|
Nathan Parker
2017/01/04 18:54:51
Mention this new arg in the comments
Jialiu Lin
2017/01/04 21:47:01
Done.
|
| int target_tab_id); |
| void AddToReferrerChain(std::vector<ReferrerChainEntry>* referrer_chain, |