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

Unified Diff: Source/devtools/front_end/Settings.js

Issue 102833003: DevTools: Add a checkbox to enable async stacks in the sidebar header. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years 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/Placard.js ('k') | Source/devtools/front_end/SettingsScreen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Settings.js
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
index 8e7e4772b74a91f2cfac724c28f7f37e27fdef99..4235c3eba5d1065939e7ea2890cb0ba3dce0343c 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -118,7 +118,6 @@ WebInspector.Settings = function()
this.showEmulationViewInDrawer = this.createSetting("showEmulationViewInDrawer", true);
this.showRenderingViewInDrawer = this.createSetting("showRenderingViewInDrawer", true);
this.enableAsyncStackTraces = this.createSetting("enableAsyncStackTraces", false);
- this.maxAsyncStackTraceDepth = this.createSetting("maxAsyncStackTraceDepth", 4);
}
WebInspector.Settings.prototype = {
« no previous file with comments | « Source/devtools/front_end/Placard.js ('k') | Source/devtools/front_end/SettingsScreen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698