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

Unified Diff: content/shell/common/webkit_test_helpers.h

Issue 231763003: Support sideloaded fonts via command line option for blink layout_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: guard for xp 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 | « content/shell/common/shell_switches.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/webkit_test_helpers.h
diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/common/webkit_test_helpers.h
index 0d4593facd0384251491934aee88ade0aa3ea24e..ffdbb2de2e5ca394d3fb4382c23ac294534ea3e8 100644
--- a/content/shell/common/webkit_test_helpers.h
+++ b/content/shell/common/webkit_test_helpers.h
@@ -5,6 +5,9 @@
#ifndef CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
#define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
+#include <string>
+#include <vector>
+
struct WebPreferences;
namespace base {
@@ -30,6 +33,9 @@ void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs);
// Returns the root of the Blink checkout.
base::FilePath GetWebKitRootDirFilePath();
+// Returns list of extra font files to be made accessible to the renderer.
+std::vector<std::string> GetSideloadFontFiles();
+
} // namespace content
#endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
« no previous file with comments | « content/shell/common/shell_switches.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698