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

Unified Diff: content/test/mock_webblob_registry_impl.cc

Issue 610333002: [WebBlobRegistry] Use char* than WebThreadSafeData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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 | « content/test/mock_webblob_registry_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webblob_registry_impl.cc
diff --git a/content/test/mock_webblob_registry_impl.cc b/content/test/mock_webblob_registry_impl.cc
index d97ba325e097305ade2839bffadaa7e7b3826fd3..a5136778b35d7c34c8b4cf9e675e32b9d6268e06 100644
--- a/content/test/mock_webblob_registry_impl.cc
+++ b/content/test/mock_webblob_registry_impl.cc
@@ -6,7 +6,6 @@
#include "third_party/WebKit/public/platform/WebBlobData.h"
#include "third_party/WebKit/public/platform/WebString.h"
-#include "third_party/WebKit/public/platform/WebThreadSafeData.h"
#include "third_party/WebKit/public/platform/WebURL.h"
using blink::WebBlobData;
@@ -51,6 +50,11 @@ void MockWebBlobRegistryImpl::addDataToStream(const WebURL& url,
WebThreadSafeData& data) {
}
+void MockWebBlobRegistryImpl::addDataToStream(const WebURL& url,
+ const char* data,
+ size_t length) {
+}
+
void MockWebBlobRegistryImpl::finalizeStream(const WebURL& url) {
}
« no previous file with comments | « content/test/mock_webblob_registry_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698