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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.cc

Issue 2223093002: Merge to 2785 "[DevTools] Do not use "settings" query param." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/browser/layout_test/blink_test_controller.cc
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
index 205c53ac03be3b05e016e6ba1ca858c6d2d76320..ce3b90a9669c3004eb9c56a3fc748f482cdb9651 100644
--- a/content/shell/browser/layout_test/blink_test_controller.cc
+++ b/content/shell/browser/layout_test/blink_test_controller.cc
@@ -765,7 +765,7 @@ void BlinkTestController::OnClearDevToolsLocalStorage() {
StoragePartition* storage_partition =
BrowserContext::GetStoragePartition(browser_context, NULL);
storage_partition->GetDOMStorageContext()->DeleteLocalStorage(
- content::LayoutTestDevToolsFrontend::GetDevToolsPathAsURL("", "")
+ content::LayoutTestDevToolsFrontend::GetDevToolsPathAsURL("")
.GetOrigin());
}
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | content/shell/browser/layout_test/layout_test_devtools_frontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698