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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

Issue 2505533002: Http Bad: Add "Learn more" sublabel to warning message and make it clickable (Closed)
Patch Set: Created 4 years, 1 month 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: components/autofill/core/browser/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 5913dedf3bf04f9fc2f7c38acf27b84ee23e0dcf..02071e932918f50c16df2fd180e4e8f58cad6063 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -126,4 +126,6 @@ bool TestAutofillClient::ShouldShowSigninPromo() {
void TestAutofillClient::StartSigninFlow() {}
+void TestAutofillClient::OpenUrl(const GURL& url) {}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698