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

Unified Diff: ios/web/web_state/web_state_impl.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/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index 5fb1dc2062898425d38fa5a09db2ad9a5a17c4cc..28fa5c7971ffa2918f248eb244e9552694c4db05 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -223,6 +223,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
bool IsShowingWebInterstitial() const override;
WebInterstitial* GetWebInterstitial() const override;
void OnPasswordInputShownOnHttp() override;
+ void OnCreditCardInputShownOnHttp() override;
void AddScriptCommandCallback(const ScriptCommandCallback& callback,
const std::string& command_prefix) override;
void RemoveScriptCommandCallback(const std::string& command_prefix) override;

Powered by Google App Engine
This is Rietveld 408576698