Index: content/browser/devtools/protocol/service_worker_handler.h |
diff --git a/content/browser/devtools/protocol/service_worker_handler.h b/content/browser/devtools/protocol/service_worker_handler.h |
index 5c7c1ca0c0aacf8196f8f0ab4786a279bd09bfc1..b4906fe35ce2d5a11a92956b86c9a3e1304e382b 100644 |
--- a/content/browser/devtools/protocol/service_worker_handler.h |
+++ b/content/browser/devtools/protocol/service_worker_handler.h |
@@ -59,8 +59,11 @@ class ServiceWorkerHandler : public DevToolsAgentHostClient, |
Response DeliverPushMessage(const std::string& origin, |
const std::string& registration_id, |
const std::string& data); |
+ // TODO(horo): I will remove it in crrev.com/1143363009. |
Response GetTargetInfo(DevToolsCommandId command_id, |
const std::string& target_id); |
+ Response GetTargetInfo(const std::string& target_id, |
+ scoped_refptr<TargetInfo>* target_info); |
Response ActivateTarget(const std::string& target_id); |
// WorkerDevToolsManager::Observer implementation. |