Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1825)

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 583113002: Abstract class WebTestDelegate to chromium c++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test_runner Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « content/shell/renderer/test_runner/test_plugin.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698