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

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

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: . Created 3 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
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 b7959329a7d163cf3546a15447c981157f0efb2f..5ab8f7405d12bca8a6e9cde68359019294d5e629 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -96,9 +96,8 @@ class AutofillClientIOS : public AutofillClient {
scoped_refptr<AutofillWebDataService> GetDatabase() override;
bool IsContextSecure() override;
bool ShouldShowSigninPromo() override;
- void StartSigninFlow() override;
- void ShowHttpNotSecureExplanation() override;
bool IsAutofillSupported() override;
+ void ExecuteCommand(int id) override;
private:
ios::ChromeBrowserState* browser_state_;

Powered by Google App Engine
This is Rietveld 408576698