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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.cc

Issue 84063003: Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698