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

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

Issue 2436763003: [DevTools] Remove Browser domain, switch clients to Target. (Closed)
Patch Set: include, rebase 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
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 93d3e1f9d64b617ee5c48306b8108027fdf5de8e..5df442bf7531e72ab3a77f672d3d295aafdd9b06 100644
--- a/content/browser/devtools/protocol/schema_handler.cc
+++ b/content/browser/devtools/protocol/schema_handler.cc
@@ -25,7 +25,7 @@ Response SchemaHandler::GetDomains(
"Network", "Database", "IndexedDB", "CacheStorage", "DOMStorage", "CSS",
"ApplicationCache", "DOM", "IO", "DOMDebugger", "Worker", "ServiceWorker",
"Input", "LayerTree", "DeviceOrientation", "Tracing", "Animation",
- "Accessibility", "Storage", "Log", "Browser", "Runtime", "Debugger",
+ "Accessibility", "Storage", "Log", "Runtime", "Debugger",
"Profiler", "HeapProfiler", "Schema", "Target"
};
for (size_t i = 0; i < arraysize(kDomains); ++i) {
« no previous file with comments | « content/browser/devtools/protocol/devtools_protocol_browsertest.cc ('k') | content/browser/devtools/protocol/target_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698