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

Unified Diff: content/public/browser/devtools_manager_delegate.cc

Issue 2708563002: DevTools: allow embedder handling async remote debugger commands. (Closed)
Patch Set: extract variable Created 3 years, 10 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/public/browser/devtools_manager_delegate.cc
diff --git a/content/public/browser/devtools_manager_delegate.cc b/content/public/browser/devtools_manager_delegate.cc
index b4d12ed947a1b8851baba0c75c5accdf20e1586e..40bdfb99a5c2c3857482638a308e5d5b932853ae 100644
--- a/content/public/browser/devtools_manager_delegate.cc
+++ b/content/public/browser/devtools_manager_delegate.cc
@@ -39,6 +39,12 @@ base::DictionaryValue* DevToolsManagerDelegate::HandleCommand(
return nullptr;
}
+bool DevToolsManagerDelegate::HandleAsyncCommand(DevToolsAgentHost* agent_host,
+ base::DictionaryValue* command,
+ CommandCallback callback) {
+ return false;
+}
+
std::string DevToolsManagerDelegate::GetDiscoveryPageHTML() {
return std::string();
}
« no previous file with comments | « content/public/browser/devtools_manager_delegate.h ('k') | third_party/WebKit/Source/core/inspector/browser_protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698