| Index: content/shell/renderer/test_runner/test_runner.h
|
| diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
|
| index a76ef6c4e1c6c0515e66d5833e8cdafaa1d87125..5c60d5b1c1390fcc96fc5bd2a23f9f4f68d590d8 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -80,7 +80,7 @@ class TestRunner : public WebTestRunner,
|
| bool shouldDumpChildFrameScrollPositions() const;
|
| bool shouldDumpChildFramesAsMarkup() const;
|
| bool shouldDumpChildFramesAsText() const;
|
| - void ShowDevTools(const std::string& settings,
|
| + void ShowDevTools(const std::string& test_path,
|
| const std::string& frontend_url);
|
| void ClearDevToolsLocalStorage();
|
| void setShouldDumpAsText(bool);
|
|
|