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

Unified Diff: ios/web/public/test/crw_mock_web_state_delegate.h

Issue 2737353006: Replaced webPageOrderedClose with WebStateDelegate API. (Closed)
Patch Set: Addressed review comments 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/crw_mock_web_state_delegate.h
diff --git a/ios/web/public/test/crw_mock_web_state_delegate.h b/ios/web/public/test/crw_mock_web_state_delegate.h
index c92bfdc3894208be2dfa8f17db05747b20e696d2..cd01a22de302c6f2c5155058c16c8a4c93bcf75f 100644
--- a/ios/web/public/test/crw_mock_web_state_delegate.h
+++ b/ios/web/public/test/crw_mock_web_state_delegate.h
@@ -22,6 +22,8 @@
// Whether |webState:createNewWebStateForURL:openerURL:initiatedByUser:| has
// been called or not.
@property(nonatomic, readonly) BOOL webStateCreationRequested;
+// Whether |closeWebState:| has been called or not.
+@property(nonatomic, readonly) BOOL webStateClosingRequested;
// Whether |webState:runRepostFormDialogWithCompletionHandler:| has been called
// or not.
@property(nonatomic, readonly) BOOL repostFormWarningRequested;
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/web/public/test/crw_mock_web_state_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698