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

Unified Diff: ios/web/public/test/fakes/crw_test_web_state_observer.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/chrome/browser/tabs/tab.mm ('k') | ios/web/public/test/fakes/crw_test_web_state_observer.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/fakes/crw_test_web_state_observer.h
diff --git a/ios/web/public/test/fakes/crw_test_web_state_observer.h b/ios/web/public/test/fakes/crw_test_web_state_observer.h
index f7cad8f98f3f1766d15a16e3664ee896ae75ac5e..4d3a12c96ceb94d35faa0dd93d2283d55e5bdfd6 100644
--- a/ios/web/public/test/fakes/crw_test_web_state_observer.h
+++ b/ios/web/public/test/fakes/crw_test_web_state_observer.h
@@ -33,6 +33,9 @@
// Arguments passed to |webStateDidChangeVisibleSecurityState:|.
@property(nonatomic, readonly) web::TestDidChangeVisibleSecurityStateInfo*
didChangeVisibleSecurityStateInfo;
+// Arguments passed to |webStateDidSuppressDialog:|.
+@property(nonatomic, readonly)
+ web::TestDidSuppressDialogInfo* didSuppressDialogInfo;
// Arguments passed to |webState:didSubmitDocumentWithFormNamed:userInitiated:|.
@property(nonatomic, readonly) web::TestSubmitDocumentInfo* submitDocumentInfo;
// Arguments passed to
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/web/public/test/fakes/crw_test_web_state_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698