Index: content/shell/webkit_test_controller.h |
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h |
index 54f77ddcc984ccd6cdf757c0e6095d17b852009d..9d83849780092cdaaa87e37c019ff474c2e4cefe 100644 |
--- a/content/shell/webkit_test_controller.h |
+++ b/content/shell/webkit_test_controller.h |
@@ -113,6 +113,7 @@ class WebKitTestController : public base::NonThreadSafe, |
void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image); |
void OnTextDump(const std::string& dump); |
void OnPrintMessage(const std::string& message); |
+ void OnReadFileToString(const FilePath& file_path, std::string* contents); |
void OnOverridePreferences(const ShellWebPreferences& prefs); |
void OnNotifyDone(); |
void OnDumpAsText(); |