Index: ios/web/web_state/ui/crw_web_controller+protected.h |
diff --git a/ios/web/web_state/ui/crw_web_controller+protected.h b/ios/web/web_state/ui/crw_web_controller+protected.h |
index bc773355c0b1bdb27765ad537515c5172603dd84..e3db6f3a25223133bcad381efb76045fd7db8545 100644 |
--- a/ios/web/web_state/ui/crw_web_controller+protected.h |
+++ b/ios/web/web_state/ui/crw_web_controller+protected.h |
@@ -153,13 +153,6 @@ struct NewWindowInfo { |
// subclass, since the existing logic is somewhat UIWebView-guesswork-based. |
- (void)resetLoadState; |
-// Evaluates given JavaScript to suppress the dialogs. Subclasses should prefer |
-// synchronous execution. |
-- (void)setSuppressDialogsWithHelperScript:(NSString*)script; |
- |
-// Called when CRWWebController believes that web page title has been changed. |
-- (void)titleDidChange; |
Jackie Quinn
2016/03/17 17:46:41
I assume that this method just no longer exists. I
Eugene But (OOO till 7-30)
2016/03/17 17:53:21
Oh, yes. It's no longer exists.
|
- |
// Returns selector to handle JavaScript message with command property |
// |command|. Subclasses may override to handle class-specific messages. |
- (SEL)selectorToHandleJavaScriptCommand:(const std::string&)command; |
@@ -350,6 +343,10 @@ struct NewWindowInfo { |
// non-document-changing URL change. |
- (void)didFinishNavigation; |
+// Called when a JavaScript dialog, HTTP authentication dialog or window.open |
+// call has been suppressed. |
+- (void)didSuppressDialog; |
+ |
// Returns the referrer policy for the given referrer policy string (as reported |
// from JS). |
- (web::ReferrerPolicy)referrerPolicyFromString:(const std::string&)policy; |