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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.h

Issue 2138743002: Update AutofillClientIOS for Autofill changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/autofill_client_ios.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
index cf8fe10356940a35dc7d0e5676cc5ca283ab5607..6c5575f3dccdad65636334ab4b4e3a4d97c1c5c3 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -88,6 +88,8 @@ class AutofillClientIOS : public AutofillClient {
void OnFirstUserGestureObserved() override;
scoped_refptr<AutofillWebDataService> GetDatabase() override;
bool IsContextSecure(const GURL& form_origin) override;
+ bool ShouldShowSigninPromo() override;
+ void StartSigninFlow() override;
private:
ios::ChromeBrowserState* browser_state_;
« no previous file with comments | « no previous file | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698