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

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

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.cc
diff --git a/content/shell/renderer/test_runner/test_runner.cc b/content/shell/renderer/test_runner/test_runner.cc
index ff9ecb3417c823fe14007f13318b0f0434b05ef3..9b16a7ee2dc9fcaa3109315042a4cd03d9770cea 100644
--- a/content/shell/renderer/test_runner/test_runner.cc
+++ b/content/shell/renderer/test_runner/test_runner.cc
@@ -1963,9 +1963,9 @@ void TestRunner::ClearDevToolsLocalStorage() {
delegate_->ClearDevToolsLocalStorage();
}
-void TestRunner::ShowDevTools(const std::string& settings,
+void TestRunner::ShowDevTools(const std::string& test_path,
const std::string& frontend_url) {
- delegate_->ShowDevTools(settings, frontend_url);
+ delegate_->ShowDevTools(test_path, frontend_url);
}
class WorkItemBackForward : public TestRunner::WorkItem {

Powered by Google App Engine
This is Rietveld 408576698