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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2694923002: DevTools: Changes Drawer (Closed)
Patch Set: Remove event listener on willHide Created 3 years, 9 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: third_party/WebKit/Source/devtools/front_end/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index efcabc79d3943c68e32a1d5648ee021a56468a49..333d2c05f1736b8253f28e28f9b9efb8e3d67e28 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -56,7 +56,8 @@
{ "name": "event_listeners" },
{ "name": "object_ui", "type": "autostart"},
{ "name": "help", "type": "autostart"},
- { "name": "workspace_diff" }
+ { "name": "workspace_diff" },
+ { "name": "changes" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698