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

Unified Diff: ios/web/public/test/fakes/test_web_state_observer_util.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
Index: ios/web/public/test/fakes/test_web_state_observer_util.h
diff --git a/ios/web/public/test/fakes/test_web_state_observer_util.h b/ios/web/public/test/fakes/test_web_state_observer_util.h
index d772c119131d35284c49aaf4bedd51c31138dc18..4701bacfa258046dd94b1bef1a8bec2bad13b72a 100644
--- a/ios/web/public/test/fakes/test_web_state_observer_util.h
+++ b/ios/web/public/test/fakes/test_web_state_observer_util.h
@@ -74,6 +74,11 @@ struct TestDidChangeVisibleSecurityStateInfo {
WebState* web_state;
};
+// Arguments passed to |DidSuppressDialog|.
+struct TestDidSuppressDialogInfo {
+ WebState* web_state;
+};
+
// Arguments passed to |DocumentSubmitted|.
struct TestSubmitDocumentInfo {
WebState* web_state;
« no previous file with comments | « ios/web/public/test/fakes/test_web_state_observer.mm ('k') | ios/web/public/web_state/ui/crw_web_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698