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

Unified Diff: content/browser/devtools/protocol/browser_handler.cc

Issue 2140533003: DevTools: rename initialUrl to url in the Browser.createTarget protocol method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: headless test fixed Created 4 years, 5 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/browser/devtools/protocol/browser_handler.cc
diff --git a/content/browser/devtools/protocol/browser_handler.cc b/content/browser/devtools/protocol/browser_handler.cc
index 83fd95f84adf046d0b0976539fb885c35364e2a6..be31b84ce8a8cc9629b6442953fda0884184a84b 100644
--- a/content/browser/devtools/protocol/browser_handler.cc
+++ b/content/browser/devtools/protocol/browser_handler.cc
@@ -56,7 +56,7 @@ Response BrowserHandler::DisposeBrowserContext(const std::string& context_id,
return Response::ServerError("Not supported");
}
-Response BrowserHandler::CreateTarget(const std::string& initial_url,
+Response BrowserHandler::CreateTarget(const std::string& url,
const int* width,
const int* height,
const std::string* context_id,

Powered by Google App Engine
This is Rietveld 408576698