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

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

Issue 2442083002: [DevTools] Merge Worker domain to Target, migrate clients. (Closed)
Patch Set: rebased all tests Created 4 years, 2 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
« no previous file with comments | « no previous file | content/browser/devtools/protocol/target_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5df442bf7531e72ab3a77f672d3d295aafdd9b06..a7cbe1ca168ec632fd902249fab30ec490c2452f 100644
--- a/content/browser/devtools/protocol/schema_handler.cc
+++ b/content/browser/devtools/protocol/schema_handler.cc
@@ -23,7 +23,7 @@ Response SchemaHandler::GetDomains(
static const char* kDomains[] = {
"Inspector", "Memory", "Page", "Rendering", "Emulation", "Security",
"Network", "Database", "IndexedDB", "CacheStorage", "DOMStorage", "CSS",
- "ApplicationCache", "DOM", "IO", "DOMDebugger", "Worker", "ServiceWorker",
+ "ApplicationCache", "DOM", "IO", "DOMDebugger", "ServiceWorker",
"Input", "LayerTree", "DeviceOrientation", "Tracing", "Animation",
"Accessibility", "Storage", "Log", "Runtime", "Debugger",
"Profiler", "HeapProfiler", "Schema", "Target"
« no previous file with comments | « no previous file | content/browser/devtools/protocol/target_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698