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

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

Issue 2915883002: DevTools: prepare to unify Network and CPU throttling UI (Closed)
Patch Set: gs 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: 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 21a943af6e3add5816b639228791eacf7aca4103..956b443e8fdbda9fad4f748431ea700084bb299a 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -52,7 +52,6 @@
{ "name": "color_picker" },
{ "name": "data_grid" },
{ "name": "heap_snapshot_model" },
- { "name": "network_conditions", "type": "autostart"},
{ "name": "event_listeners" },
{ "name": "object_ui"},
{ "name": "help", "type": "autostart"},
@@ -60,7 +59,9 @@
{ "name": "console_model", "type": "autostart"},
{ "name": "network_log", "type": "autostart"},
{ "name": "text_utils", "type": "autostart"},
- { "name": "changes"}
+ { "name": "changes"},
+ { "name": "mobile_throttling", "type": "autostart"},
+ { "name": "network_priorities"}
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698