From dafe361e66ef8a48b3258fd0f04d080946a0d4f3 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 3 Sep 2015 16:36:39 -0700 Subject: Removes dated TODO I don't think there is anything special that needs to be done here, so nuking TODO. BUG=479172,490221 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1326133002 Cr-Commit-Position: refs/heads/master@{#347283} --- components/web_view/frame.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/components/web_view/frame.cc b/components/web_view/frame.cc index b0b63db..8a518e8 100644 --- a/components/web_view/frame.cc +++ b/components/web_view/frame.cc @@ -252,7 +252,6 @@ void Frame::StartNavigate(mojo::URLRequestPtr request) { // We need a View to navigate. When we get the View we'll complete the // navigation. - // TODO(sky): consider state and what is not legal while waiting. if (!view_) { pending_navigate_ = request.Pass(); return; -- cgit v1.1