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

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

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.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
index e6b4acd8d73dbdd92a4fe1fc4220f9b1e0bd0b93..c1a20305cc93a84c652ea09c5cb48afcc0832d46 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -214,12 +214,8 @@ bool AutofillClientIOS::ShouldShowSigninPromo() {
return false;
}
-void AutofillClientIOS::StartSigninFlow() {
- NOTIMPLEMENTED();
-}
-
-void AutofillClientIOS::ShowHttpNotSecureExplanation() {
- NOTIMPLEMENTED();
+bool AutofillClientIOS::ExecuteCommand(int id) {
+ return false;
}
bool AutofillClientIOS::IsAutofillSupported() {

Powered by Google App Engine
This is Rietveld 408576698