summaryrefslogtreecommitdiffstats
path: root/WebKit/android
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-11-30 15:04:16 +0000
committerSteve Block <steveblock@google.com>2010-11-30 15:04:16 +0000
commit3f4a1ac72d3e079f00c5d6cec3d163c7c7448abc (patch)
treecae5df7c0fb32eede3925d7aa369c25b93122ea6 /WebKit/android
parentb9c83354aa0b90a98876c636be1a7efb49c92efb (diff)
downloadexternal_webkit-3f4a1ac72d3e079f00c5d6cec3d163c7c7448abc.zip
external_webkit-3f4a1ac72d3e079f00c5d6cec3d163c7c7448abc.tar.gz
external_webkit-3f4a1ac72d3e079f00c5d6cec3d163c7c7448abc.tar.bz2
Remove a superfluous TODO in ResourceLoaderAndroid.cpp
Change-Id: I290228dce1ce3e0be56666775f591c6c2b7dab32
Diffstat (limited to 'WebKit/android')
-rw-r--r--WebKit/android/WebCoreSupport/ResourceLoaderAndroid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/ResourceLoaderAndroid.cpp b/WebKit/android/WebCoreSupport/ResourceLoaderAndroid.cpp
index 2b4a6fc..d04d71a 100644
--- a/WebKit/android/WebCoreSupport/ResourceLoaderAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/ResourceLoaderAndroid.cpp
@@ -40,7 +40,6 @@ PassRefPtr<ResourceLoaderAndroid> ResourceLoaderAndroid::start(
{
// Called on main thread
#if USE(CHROME_NETWORK_STACK)
- // TODO: Implement sync requests
return WebUrlLoader::start(client, handle, request, isSync, isPrivateBrowsing);
#else
FrameLoaderClientAndroid* clientAndroid = static_cast<FrameLoaderClientAndroid*> (client);