Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: webkit/child/weburlloader_impl.cc

Issue 29513003: Cleanup deprecated and no longer needed blob revamp stuff, deadcode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/blob/view_blob_internals_job.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/weburlloader_impl.cc
diff --git a/webkit/child/weburlloader_impl.cc b/webkit/child/weburlloader_impl.cc
index 6922da67a3a1bf7ecb38f2200e9838dadf4dacfd..09273f8881b2fe825a330bfc50fbf72138860e49 100644
--- a/webkit/child/weburlloader_impl.cc
+++ b/webkit/child/weburlloader_impl.cc
@@ -434,11 +434,7 @@ void WebURLLoaderImpl::Context::Start(
break;
}
case WebHTTPBody::Element::TypeBlob:
-#ifdef USE_BLOB_UUIDS
request_body->AppendBlob(element.blobUUID.utf8());
-#else
- request_body->AppendBlobDeprecated(GURL(element.blobURL));
-#endif
break;
default:
NOTREACHED();
« no previous file with comments | « webkit/browser/blob/view_blob_internals_job.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698