| 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 0443eab90666869042f9f4579dd3b057ce039402..e2547412bbe4d95b7896d2f8e88165ceccd58680 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.h
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.h
|
| @@ -202,6 +202,7 @@ class BlinkTestController : public base::NonThreadSafe,
|
| void OnClearDevToolsLocalStorage();
|
| void OnShowDevTools(const std::string& settings,
|
| const std::string& frontend_url);
|
| + void OnEvaluateInDevTools(int call_id, const std::string& script);
|
| void OnCloseDevTools();
|
| void OnGoToOffset(int offset);
|
| void OnReload();
|
|
|