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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 1160883011: [DevTools] Remove external device list update. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/devtools/front_end/emulation/OverridesUI.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 8aef2e370c7560d8b7bd3a0c84f6a6db028eb671..aa6403469ddc6c9d67e82a3f6bbd79c7e0cd7173 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -118,7 +118,6 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline");
Runtime.experiments.register("timelineDetailsChart", "Costly functions view in Timeline details", true);
Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true);
- Runtime.experiments.register("externalDeviceList", "External device list", true);
Runtime.experiments.register("fileSystemInspection", "FileSystem inspection");
Runtime.experiments.register("filmStripInNetworkAndTimeline", "Filmstrip in Network and Timeline Panel", true);
Runtime.experiments.register("gpuTimeline", "GPU data on timeline", true);
« no previous file with comments | « Source/devtools/front_end/emulation/OverridesUI.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698