Index: chrome/browser/ui/sync/one_click_signin_helper.cc |
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.cc b/chrome/browser/ui/sync/one_click_signin_helper.cc |
index c210405fbe14c81ea34a1ea715827cbb05b19c4a..94b1de39a386b4adda1f393f88c3dc557adc2cd8 100644 |
--- a/chrome/browser/ui/sync/one_click_signin_helper.cc |
+++ b/chrome/browser/ui/sync/one_click_signin_helper.cc |
@@ -1099,10 +1099,11 @@ void OneClickSigninHelper::set_do_not_start_sync_for_testing() { |
do_not_start_sync_for_testing_ = true; |
} |
-void OneClickSigninHelper::NavigateToPendingEntry( |
+void OneClickSigninHelper::DidStartNavigationToPendingEntry( |
const GURL& url, |
content::NavigationController::ReloadType reload_type) { |
- VLOG(1) << "OneClickSigninHelper::NavigateToPendingEntry: url=" << url.spec(); |
+ VLOG(1) << "OneClickSigninHelper::DidStartNavigationToPendingEntry: url=" << |
+ url.spec(); |
// If the tab navigates to a new page, and this page is not a valid Gaia |
// sign in redirect or reponse, or the expected continue URL, make sure to |
// clear the internal state. This is needed to detect navigations in the |