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

Unified Diff: public/web/WebBlob.h

Issue 259423002: Blink Blobs: Allow creation of WebBlob from just UUID. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « Source/web/WebBlob.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebBlob.h
diff --git a/public/web/WebBlob.h b/public/web/WebBlob.h
index 1a2bde0fe8c98b54c30af8f79358aa5e168132e5..35db09cf488dbb35a425b950aff5d7e5597ab7ac 100644
--- a/public/web/WebBlob.h
+++ b/public/web/WebBlob.h
@@ -62,6 +62,7 @@ public:
return *this;
}
+ BLINK_EXPORT static WebBlob createFromUUID(const WebString& uuid, const WebString& type, long long size);
BLINK_EXPORT static WebBlob createFromFile(const WebString& path, long long size);
BLINK_EXPORT static WebBlob fromV8Value(v8::Handle<v8::Value>);
« no previous file with comments | « Source/web/WebBlob.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698