| 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..6a2e7e7a321279a5e92558867964d26ae99b4ba5 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_helper.cc
|
| +++ b/chrome/browser/ui/sync/one_click_signin_helper.cc
|
| @@ -1099,10 +1099,10 @@ void OneClickSigninHelper::set_do_not_start_sync_for_testing() {
|
| do_not_start_sync_for_testing_ = true;
|
| }
|
|
|
| -void OneClickSigninHelper::NavigateToPendingEntry(
|
| +void OneClickSigninHelper::DidCreatePendingEntry(
|
| const GURL& url,
|
| content::NavigationController::ReloadType reload_type) {
|
| - VLOG(1) << "OneClickSigninHelper::NavigateToPendingEntry: url=" << url.spec();
|
| + VLOG(1) << "OneClickSigninHelper::DidCreatePendingEntry: 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
|
|
|