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

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

Issue 664713002: DevTools: do not suggest mapping workspace to itself, remove workspace mapping tip from behind expe… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Source/devtools/front_end/sources/WorkspaceMappingTip.js » ('j') | 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 0972701372a7252914f7ba43350f3862576371a7..c5679f348c0da0a0c342067ae510ca1f644ee02a 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -155,7 +155,6 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("gpuTimeline", "GPU data on timeline", true);
Runtime.experiments.register("layersPanel", "Layers panel");
Runtime.experiments.register("promiseTracker", "Enable Promise inspection", true);
- Runtime.experiments.register("suggestUsingWorkspace", "Suggest using workspace", true);
Runtime.experiments.register("timelineOnTraceEvents", "Timeline on trace events");
Runtime.experiments.register("timelinePowerProfiler", "Timeline power profiler");
Runtime.experiments.register("timelineJSCPUProfile", "Timeline with JS sampling");
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/WorkspaceMappingTip.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698