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

Unified Diff: ios/web/public/test/fakes/test_web_state.h

Issue 2669123003: iOS: Mark HTTP pages with credit card fields with an omnibox icon. (Closed)
Patch Set: Add CRWWebController test. Created 3 years, 11 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/web/public/test/fakes/test_web_state.h
diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
index 071b6f741c129b3c141d8b174a311cc59162d2e8..15a83542b9362c511fa666a9b3716ced10f47b8d 100644
--- a/ios/web/public/test/fakes/test_web_state.h
+++ b/ios/web/public/test/fakes/test_web_state.h
@@ -62,6 +62,7 @@ class TestWebState : public WebState {
bool IsShowingWebInterstitial() const override;
WebInterstitial* GetWebInterstitial() const override;
void OnPasswordInputShownOnHttp() override {}
+ void OnCreditCardInputShownOnHttp() override {}
void AddObserver(WebStateObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698