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

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: format Created 3 years, 10 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/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..3c4bf2cd603c73e8d49df53013286523229f1179 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.RemoteObjectRenderer",
+ "contextTypes": [
+ "SDK.RemoteObject"
+ ],
+ "className": "ObjectUI.ObjectPropertiesSection.Renderer"
+ }
+ ],
"dependencies": [
"ui",
"sdk",

Powered by Google App Engine
This is Rietveld 408576698