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

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

Issue 2354973003: [DevTools] Move subtargets functionality from ServiceWorker to Target domain. (Closed)
Patch Set: Created 4 years, 3 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/schema_handler.cc
diff --git a/content/browser/devtools/protocol/schema_handler.cc b/content/browser/devtools/protocol/schema_handler.cc
index 608e0286538be1ac6441166f9bff751f8c5b9f2b..affea7c40e7e92e792df3f7dadfe94ae6f56b998 100644
--- a/content/browser/devtools/protocol/schema_handler.cc
+++ b/content/browser/devtools/protocol/schema_handler.cc
@@ -25,7 +25,7 @@ Response SchemaHandler::GetDomains(
"ApplicationCache", "DOM", "IO", "DOMDebugger", "Worker", "ServiceWorker",
"Input", "LayerTree", "DeviceOrientation", "Tracing", "Animation",
"Accessibility", "Storage", "Log", "Browser", "Runtime", "Debugger",
- "Profiler", "HeapProfiler", "Schema"
+ "Profiler", "HeapProfiler", "Schema", "Target"
};
for (size_t i = 0; i < arraysize(kDomains); ++i) {
domains->push_back(Domain::Create()

Powered by Google App Engine
This is Rietveld 408576698