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

Unified Diff: content/browser/devtools/protocol/service_worker_handler.h

Issue 1149383004: [3/5 chromium] Shows the clients which are controlled by ServiceWorker in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/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..8f2db95eb8518983ac09487e30a51fe215c8ed0d 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): Remove this.
nhiroki 2015/06/12 02:11:27 nit: Can we have a bug link?
horo 2015/06/12 04:19:19 Done.
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.

Powered by Google App Engine
This is Rietveld 408576698