| 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 09dc9e2b08cd059b0f421cec88abf652cf5e0cce..b4d3a82ebfe6e936ee998dbfaf463e586d3b875f 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -82,9 +82,9 @@ class TestRunner : public WebTestRunner,
|
| bool shouldDumpChildFrameScrollPositions() const;
|
| bool shouldDumpChildFramesAsMarkup() const;
|
| bool shouldDumpChildFramesAsText() const;
|
| - void showDevTools(const std::string& settings,
|
| + void ShowDevTools(const std::string& settings,
|
| const std::string& frontend_url);
|
| - void clearDevToolsLocalStorage();
|
| + void ClearDevToolsLocalStorage();
|
| void setShouldDumpAsText(bool);
|
| void setShouldDumpAsMarkup(bool);
|
| void setCustomTextOutput(std::string text);
|
|
|