| Index: content/shell/browser/layout_test/blink_test_controller.h
|
| diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
|
| index 8a17fee3cfa3642195e533daea516b7e0eea12c2..9a41673beebba81676dcf253934ce608a5c81cff 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.h
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.h
|
| @@ -138,6 +138,7 @@ class BlinkTestController : public base::NonThreadSafe,
|
| void OnLayoutTestRuntimeFlagsChanged(
|
| int sender_process_host_id,
|
| const base::DictionaryValue& changed_layout_test_runtime_flags);
|
| + void OnPrintMessage(const std::string& message);
|
| void OnTestFinishedInSecondaryRenderer();
|
|
|
| // Makes sure that the potentially new renderer associated with |frame| is 1)
|
| @@ -200,7 +201,6 @@ class BlinkTestController : public base::NonThreadSafe,
|
| void OnTextDump(const std::string& dump);
|
| void OnInitiateLayoutDump();
|
| void OnLayoutDumpResponse(RenderFrameHost* sender, const std::string& dump);
|
| - void OnPrintMessage(const std::string& message);
|
| void OnOverridePreferences(const WebPreferences& prefs);
|
| void OnTestFinished();
|
| void OnClearDevToolsLocalStorage();
|
|
|