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

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 22738002: Implement UnitTestSupport::readFromFile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.h
diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
index 3939a59070f7284dc256c9c67c0d9393988c3b17..7b3ee853b46b40895ddba258163b51659f928855 100644
--- a/webkit/support/test_webkit_platform_support.h
+++ b/webkit/support/test_webkit_platform_support.h
@@ -106,6 +106,7 @@ class TestWebKitPlatformSupport :
virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting();
virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting(
TestViewType type);
+ virtual WebKit::WebData readFromFile(const WebKit::WebString& path);
private:
webkit_glue::SimpleWebMimeRegistryImpl mime_registry_;
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698