summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authoreugenebut <eugenebut@chromium.org>2016-03-18 16:25:57 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 23:27:21 +0000
commit937dcac73f5657d31fde4b79ac3ce8c91c68ea67 (patch)
tree777745e08686e9615ac378c9fe6c913fc68adb41 /ios
parent6d17a1bfafce005d086278b83889fb5945ade2d1 (diff)
downloadchromium_src-937dcac73f5657d31fde4b79ac3ce8c91c68ea67.zip
chromium_src-937dcac73f5657d31fde4b79ac3ce8c91c68ea67.tar.gz
chromium_src-937dcac73f5657d31fde4b79ac3ce8c91c68ea67.tar.bz2
[ios] Removed -[CRWWebController childWindowClosed].
BUG=579697 Review URL: https://codereview.chromium.org/1812833005 Cr-Commit-Position: refs/heads/master@{#382132}
Diffstat (limited to 'ios')
-rw-r--r--ios/web/web_state/ui/crw_web_controller.h3
-rw-r--r--ios/web/web_state/ui/crw_web_controller.mm4
2 files changed, 0 insertions, 7 deletions
diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
index be9e86d..5eef87f 100644
--- a/ios/web/web_state/ui/crw_web_controller.h
+++ b/ios/web/web_state/ui/crw_web_controller.h
@@ -236,9 +236,6 @@ class WebStateImpl;
// TODO(stuartmorgan): When revisiting the methods above, revisit this as well.
- (void)requirePageReload;
-// Sets the closed property to true for the child window with the given name.
-- (void)childWindowClosed:(NSString*)windowName;
-
// Show overlay, don't reload web page. Used when the view will be
// visible only briefly (e.g., tablet side swipe).
- (void)setOverlayPreviewMode:(BOOL)overlayPreviewMode;
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index c8929bf..12bf6cc 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -771,10 +771,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
}
}
-- (void)childWindowClosed:(NSString*)windowName {
- // Subclasses can override this method to be informed about a closed window.
-}
-
- (BOOL)isViewAlive {
return [self.containerView isViewAlive];
}