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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.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/cocoa/autofill/autofill_sign_in_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
index 4805729f3ec4f09093b947546a52009122962e5e..ef4a7931021f6f84b8c8bf89505582ba1ea1dfd9 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h
@@ -9,6 +9,8 @@
#include "base/memory/scoped_ptr.h"
+class GURL;
+
namespace autofill {
class AutofillDialogCocoa;
class AutofillDialogSignInDelegate;
@@ -38,7 +40,7 @@ class NavigationController;
@property(assign, nonatomic) NSSize preferredSize;
- (id)initWithDialog:(autofill::AutofillDialogCocoa*)dialog;
-- (void)loadSignInPage;
+- (void)loadSignInPage:(const GURL&)url;
- (content::NavigationController*)navigationController;
- (void)constrainSizeToMinimum:(NSSize)minSize maximum:(NSSize)maximum;
- (content::WebContents*)webContents;

Powered by Google App Engine
This is Rietveld 408576698