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

Unified Diff: webkit/browser/blob/blob_storage_context.h

Issue 46303005: Fix chrome upload with content uri (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
Index: webkit/browser/blob/blob_storage_context.h
diff --git a/webkit/browser/blob/blob_storage_context.h b/webkit/browser/blob/blob_storage_context.h
index 619e2830dbb54a1f74fccb0ecc7b8aca1eba877f..fde77b2aeb8d091c516fea89b8135dfa0eb2edbd 100644
--- a/webkit/browser/blob/blob_storage_context.h
+++ b/webkit/browser/blob/blob_storage_context.h
@@ -93,6 +93,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext
BlobData* target_blob_data,
const GURL& url, uint64 offset, uint64 length,
const base::Time& expected_modification_time);
+#if defined(OS_ANDROID)
+ void AppendContentUrlItem(
+ BlobData* target_blob_data,
+ const GURL& url, uint64 offset, uint64 length,
+ const base::Time& expected_modification_time);
+#endif
bool IsInUse(const std::string& uuid);
bool IsBeingBuilt(const std::string& uuid);

Powered by Google App Engine
This is Rietveld 408576698