diff options
author | justincohen <justincohen@chromium.org> | 2015-10-22 10:25:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-22 17:26:20 +0000 |
commit | a7dfed303af18734da6fe5a6e9ada7c9381f7bd7 (patch) | |
tree | 03aedf772a4dc14979e7858af8c594551a4078f9 /ios/web | |
parent | f8d23b1d5938b2d3514802bde618194d2466437a (diff) | |
download | chromium_src-a7dfed303af18734da6fe5a6e9ada7c9381f7bd7.zip chromium_src-a7dfed303af18734da6fe5a6e9ada7c9381f7bd7.tar.gz chromium_src-a7dfed303af18734da6fe5a6e9ada7c9381f7bd7.tar.bz2 |
Remove obsolete TODOs.
BUG=
Review URL: https://codereview.chromium.org/1420833003
Cr-Commit-Position: refs/heads/master@{#355565}
Diffstat (limited to 'ios/web')
-rw-r--r-- | ios/web/web_state/crw_web_view_proxy_impl.h | 3 | ||||
-rw-r--r-- | ios/web/web_state/ui/crw_web_controller.mm | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ios/web/web_state/crw_web_view_proxy_impl.h b/ios/web/web_state/crw_web_view_proxy_impl.h index 3589106..f355d41 100644 --- a/ios/web/web_state/crw_web_view_proxy_impl.h +++ b/ios/web/web_state/crw_web_view_proxy_impl.h @@ -20,9 +20,6 @@ // WebViewScrollViewProxy. @property(nonatomic, weak) CRWContentView* contentView; -// TODO(justincohen): It would be better if we could use something like a -// ScrollPositionController instead of passing in all of web controller. -// crbug.com/227744 // Init with a weak reference of web controller, used for passing thru calls. - (instancetype)initWithWebController:(CRWWebController*)webController; diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm index 6debb5f..f056295 100644 --- a/ios/web/web_state/ui/crw_web_controller.mm +++ b/ios/web/web_state/ui/crw_web_controller.mm @@ -3158,8 +3158,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5; [_delegate webController:self retrievePlaceholderOverlayImage:callback]; if (!_placeholderOverlayView.get().image) { - // TODO(justincohen): This is just a blank white image. Consider fading in - // the snapshot when it comes in instead. // TODO(shreyasv): This is just a blank white image. Consider adding an API // so that the delegate can return something immediately for the default // overlay image. |