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

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

Issue 2710203003: [DevTools] show inlined shortcuts for go to location (Closed)
Patch Set: removed redundant lines 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/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 3e144fef0065de674d93e1a4519aab9bc4999386..8d8ef21375740c5e893fced6fbd43be87971a8ca 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -110,6 +110,7 @@ Main.Main = class {
Runtime.experiments.register('requestBlocking', 'Request blocking', true);
Runtime.experiments.register('timelineShowAllEvents', 'Show all events on Timeline', true);
Runtime.experiments.register('timelineShowAllProcesses', 'Show all processes on Timeline', true);
+ Runtime.experiments.register('inlineContinueToLocation', 'Show inline shortcuts for continue to location');
dgozman 2017/02/24 19:49:42 - make it hidden; - "Continue to location markers"
kozy 2017/02/24 20:04:46 Done.
Runtime.experiments.register('timelinePaintTimingMarkers', 'Show paint timing markers on Timeline', true);
Runtime.experiments.register('sourceDiff', 'Source diff');
Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true);

Powered by Google App Engine
This is Rietveld 408576698