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

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

Issue 2849973003: DevTools: remove continue to location from behind experiment. (Closed)
Patch Set: same? 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fe21176a867e053d8beadc3a1374eedd5d822785..4641f2e5dd327f8d1414c6ff8073dec2879f401c 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -137,7 +137,7 @@ Main.Main = class {
Runtime.experiments.enableForTest('liveSASS');
}
- Runtime.experiments.setDefaultExperiments([]);
+ Runtime.experiments.setDefaultExperiments(['continueToLocationMarkers']);
}
/**
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698