| 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);
|
|
|