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

Unified Diff: android_webview/browser/aw_autofill_client.cc

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
« no previous file with comments | « android_webview/browser/aw_autofill_client.h ('k') | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_autofill_client.cc
diff --git a/android_webview/browser/aw_autofill_client.cc b/android_webview/browser/aw_autofill_client.cc
index a6de58fc157d8bbabc8eeb4736e3ba598b57c940..8fb3c19ef68433f8e9f871d70f84b37dcd099128 100644
--- a/android_webview/browser/aw_autofill_client.cc
+++ b/android_webview/browser/aw_autofill_client.cc
@@ -209,9 +209,9 @@ bool AwAutofillClient::ShouldShowSigninPromo() {
return false;
}
-void AwAutofillClient::StartSigninFlow() {}
-
-void AwAutofillClient::ShowHttpNotSecureExplanation() {}
+void AwAutofillClient::ExecuteCommand(int id) {
+ NOTIMPLEMENTED();
+}
bool AwAutofillClient::IsAutofillSupported() {
return true;
« no previous file with comments | « android_webview/browser/aw_autofill_client.h ('k') | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698