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

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

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: add domain to schema agent Created 3 years, 7 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 f4f862cb7c23c3e40d8c31518dd7cd9c60fea2de..8feb91c8b4b8a2d4475a5d468ca2f6db3f932b63 100644
--- a/content/browser/devtools/protocol/schema_handler.cc
+++ b/content/browser/devtools/protocol/schema_handler.cc
@@ -37,6 +37,7 @@ Response SchemaHandler::GetDomains(
"DOM",
"IO",
"DOMDebugger",
+ "DOMSnapshot",
"ServiceWorker",
"Input",
"LayerTree",

Powered by Google App Engine
This is Rietveld 408576698