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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

Issue 663643002: requestAutocomplete (desktop): don't get stuck in infinite loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 years, 2 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/ui/autofill/autofill_dialog_view.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
index 822f21a3b4602657a1824f7838af39563172dda8..bc8312dc7a170a154cda58430350f6ecec0de28c 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
@@ -84,7 +84,7 @@ class AutofillDialogView {
// Triggers dialog to sign in to Google.
// Returns a NotificationSource to be used to monitor for sign-in completion.
- virtual const content::NavigationController* ShowSignIn() = 0;
+ virtual const content::NavigationController* ShowSignIn(const GURL& url) = 0;
// Closes out any sign-in UI and returns to normal operation.
virtual void HideSignIn() = 0;

Powered by Google App Engine
This is Rietveld 408576698