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

Unified Diff: content/shell/browser/shell_devtools_manager_delegate.cc

Issue 2234343002: Fixes naming issues in Browser protocol handler + adds tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/shell_devtools_manager_delegate.cc
diff --git a/content/shell/browser/shell_devtools_manager_delegate.cc b/content/shell/browser/shell_devtools_manager_delegate.cc
index 9361e9a53cab2b5a3563dd93e23c3bb3ec5fe640..b3746c37f7008a30aa3f243b1dcf2007745c18b7 100644
--- a/content/shell/browser/shell_devtools_manager_delegate.cc
+++ b/content/shell/browser/shell_devtools_manager_delegate.cc
@@ -232,7 +232,7 @@ base::DictionaryValue* ShellDevToolsManagerDelegate::HandleCommand(
base::DictionaryValue* command_dict) {
std::unique_ptr<base::DictionaryValue> result =
devtools_discovery::DevToolsDiscoveryManager::GetInstance()
- ->HandleNewTargetCommand(command_dict);
+ ->HandleCreateTargetCommand(command_dict);
return result.release(); // Caller takes ownership.
}

Powered by Google App Engine
This is Rietveld 408576698