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

Unified Diff: content/test/test_webkit_platform_support.h

Issue 545553003: fileSystem() for the blink::Platform used in blink unit tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_webkit_platform_support.h
diff --git a/content/test/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h
index 2bda542303e78f13474ec86fe9544cc531877cc8..0d12caffeb421b7a6d7bb52d495f92ebcd273f49 100644
--- a/content/test/test_webkit_platform_support.h
+++ b/content/test/test_webkit_platform_support.h
@@ -25,6 +25,10 @@ class WebLayerTreeView;
}
namespace content {
+class WebFileSystemImpl;
+}
+
+namespace content {
// An implementation of WebKitPlatformSupport for tests.
class TestWebKitPlatformSupport
@@ -36,6 +40,7 @@ class TestWebKitPlatformSupport
virtual blink::WebBlobRegistry* blobRegistry();
virtual blink::WebClipboard* clipboard();
+ virtual blink::WebFileSystem* fileSystem();
virtual blink::WebFileUtilities* fileUtilities();
virtual blink::WebIDBFactory* idbFactory();
virtual blink::WebMimeRegistry* mimeRegistry();
« no previous file with comments | « no previous file | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698