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

Unified Diff: ios/web/public/web_state/web_state_observer_bridge.h

Issue 2755013002: Removed webControllerDidSuppressDialog: callback. (Closed)
Patch Set: Self review Created 3 years, 9 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 | « ios/web/public/web_state/web_state_observer.h ('k') | ios/web/web_state/ui/crw_web_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/web_state_observer_bridge.h
diff --git a/ios/web/public/web_state/web_state_observer_bridge.h b/ios/web/public/web_state/web_state_observer_bridge.h
index 683973bda0870e931fd018b300f6ebea8de62f04..415dbc596e8e9948a8ed11f6a4f97882b648c376 100644
--- a/ios/web/public/web_state/web_state_observer_bridge.h
+++ b/ios/web/public/web_state/web_state_observer_bridge.h
@@ -49,6 +49,9 @@ class GURL;
// Invoked by WebStateObserverBridge::DidChangeVisibleSecurityState.
- (void)webStateDidChangeVisibleSecurityState:(web::WebState*)webState;
+// Invoked by WebStateObserverBridge::DidSuppressDialog.
+- (void)webStateDidSuppressDialog:(web::WebState*)webState;
+
// Invoked by WebStateObserverBridge::DocumentSubmitted.
- (void)webState:(web::WebState*)webState
didSubmitDocumentWithFormNamed:(const std::string&)formName
@@ -108,6 +111,7 @@ class WebStateObserverBridge : public web::WebStateObserver {
void LoadProgressChanged(double progress) override;
void TitleWasSet() override;
void DidChangeVisibleSecurityState() override;
+ void DidSuppressDialog() override;
void DocumentSubmitted(const std::string& form_name,
bool user_initiated) override;
void FormActivityRegistered(const std::string& form_name,
« no previous file with comments | « ios/web/public/web_state/web_state_observer.h ('k') | ios/web/web_state/ui/crw_web_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698