summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-09-03 16:36:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-03 23:37:20 +0000
commitdafe361e66ef8a48b3258fd0f04d080946a0d4f3 (patch)
treef66cf496aa191a7088fed2068c3981c330bc10f3
parent80256a2d48ab01f68dc80d0ccfc201be810de8ef (diff)
downloadchromium_src-dafe361e66ef8a48b3258fd0f04d080946a0d4f3.zip
chromium_src-dafe361e66ef8a48b3258fd0f04d080946a0d4f3.tar.gz
chromium_src-dafe361e66ef8a48b3258fd0f04d080946a0d4f3.tar.bz2
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}
-rw-r--r--components/web_view/frame.cc1
1 files changed, 0 insertions, 1 deletions
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;