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

Unified Diff: webkit/common/blob/blob_data.h

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/child/weburlloader_impl.cc ('k') | webkit/common/blob/blob_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/blob/blob_data.h
diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h
index 01d477f61edfa12412cabfcbaff61c493ff73242..3ea6e9123d01dede2485b30a062273c7d8e4bc4f 100644
--- a/webkit/common/blob/blob_data.h
+++ b/webkit/common/blob/blob_data.h
@@ -36,12 +36,7 @@ class WEBKIT_STORAGE_COMMON_EXPORT BlobData
void AppendFile(const base::FilePath& file_path, uint64 offset, uint64 length,
const base::Time& expected_modification_time);
-
- // Note: Identifying blobs by url is being deprecated, but while transitioning
- // there's a little of both going on in the project.
- void AppendBlob(const GURL& blob_url, uint64 offset, uint64 length);
void AppendBlob(const std::string& uuid, uint64 offset, uint64 length);
-
void AppendFileSystemFile(const GURL& url, uint64 offset, uint64 length,
const base::Time& expected_modification_time);
« no previous file with comments | « webkit/child/weburlloader_impl.cc ('k') | webkit/common/blob/blob_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698