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

Unified Diff: chrome/browser/ui/cocoa/handoff_active_url_observer.h

Issue 2682723002: Convert HandoffActiveURLObserver to use the new navigation callbacks. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | chrome/browser/ui/cocoa/handoff_active_url_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/handoff_active_url_observer.h
diff --git a/chrome/browser/ui/cocoa/handoff_active_url_observer.h b/chrome/browser/ui/cocoa/handoff_active_url_observer.h
index 9a8dfac8c6f2cff108047b987303cfccf076f352..e0ee1ea091b948501079d02a4d78ee3c6698c95a 100644
--- a/chrome/browser/ui/cocoa/handoff_active_url_observer.h
+++ b/chrome/browser/ui/cocoa/handoff_active_url_observer.h
@@ -39,9 +39,8 @@ class HandoffActiveURLObserver : public chrome::BrowserListObserver,
int reason) override;
// content::WebContentsObserver
- void DidNavigateMainFrame(
- const content::LoadCommittedDetails& details,
- const content::FrameNavigateParams& params) override;
+ void DidFinishNavigation(
+ content::NavigationHandle* navigation_handle) override;
// Updates the active browser.
void SetActiveBrowser(Browser* active_browser);
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/handoff_active_url_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698