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

Unified Diff: third_party/WebKit/Source/devtools/front_end/object_ui/module.json

Issue 2714833002: DevTools: use interface for ObjectUI and make it a non-autostart module (Closed)
Patch Set: cl fb Created 3 years, 8 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 | « third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPropertiesSection.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/object_ui/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/module.json b/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
index b47310c51e657c595e3ea9e48fdb7b7a3006f8a3..216588d65a1db1a46ef744a05a53e99e9d734365 100644
--- a/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/object_ui/module.json
@@ -1,4 +1,13 @@
{
+ "extensions": [
+ {
+ "type": "@Common.Renderer",
+ "contextTypes": [
+ "SDK.RemoteObject"
+ ],
+ "className": "ObjectUI.ObjectPropertiesSection.Renderer"
+ }
+ ],
"dependencies": [
"ui",
"sdk",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPropertiesSection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698