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

Unified Diff: chrome/browser/password_manager/password_manager_test_base.h

Issue 1806593002: Autofill & passwords: Replace NavigationEntryCommitted with DidFinishNavigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/browser/password_manager/password_manager_test_base.h
diff --git a/chrome/browser/password_manager/password_manager_test_base.h b/chrome/browser/password_manager/password_manager_test_base.h
index b8cf4d2631aff34e54defa34ffbf9e1159b7a709..f1a5c60f4782dfa0fc4356ddc19ce069ae719b53 100644
--- a/chrome/browser/password_manager/password_manager_test_base.h
+++ b/chrome/browser/password_manager/password_manager_test_base.h
@@ -41,8 +41,8 @@ class NavigationObserver : public content::WebContentsObserver {
// content::WebContentsObserver:
void DidFinishLoad(content::RenderFrameHost* render_frame_host,
const GURL& validated_url) override;
- void NavigationEntryCommitted(
- const content::LoadCommittedDetails& load_details) override;
+ void DidFinishNavigation(
+ content::NavigationHandle* navigation_handle) override;
nasko 2016/03/16 18:20:04 very minor nit: Timewise, navigation is finished,
vabr (Chromium) 2016/03/17 15:36:29 Done.
private:
std::string wait_for_path_;

Powered by Google App Engine
This is Rietveld 408576698