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

Unified Diff: public/platform/WebThreadSafeData.h

Issue 1162773003: [Blob] Dependencies for blob storage testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« public/platform/WebBlobData.h ('K') | « public/platform/WebBlobData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebThreadSafeData.h
diff --git a/public/platform/WebThreadSafeData.h b/public/platform/WebThreadSafeData.h
index 2b9abac517bc0b52f230265e301f9d91c7040bed..2e7b18ca2ba6792b6643cb259121a640c5a14b11 100644
--- a/public/platform/WebThreadSafeData.h
+++ b/public/platform/WebThreadSafeData.h
@@ -50,6 +50,9 @@ public:
~WebThreadSafeData() { reset(); }
BLINK_PLATFORM_EXPORT void assign(const WebThreadSafeData&);
+ // For testing use only. This allows us to populate this object in content/
jsbell 2015/06/02 19:30:56 Nit: probably shouldn't refer to content/ as blink
dmurph 2015/06/02 20:17:41 Done.
+ BLINK_PLATFORM_EXPORT void assign(char* data, size_t length);
jsbell 2015/06/02 19:30:56 const char*
dmurph 2015/06/02 20:17:41 Done.
+
BLINK_PLATFORM_EXPORT void reset();
BLINK_PLATFORM_EXPORT size_t size() const;
« public/platform/WebBlobData.h ('K') | « public/platform/WebBlobData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698