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

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

Issue 1079843002: DevTools: allow storing devtools preferences on the browser side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 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);

Powered by Google App Engine
This is Rietveld 408576698