Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/prefs.js

Issue 29338208: Issue 3796 - Added preference to remove developer tools panel (Closed)
Patch Set: Created March 14, 2016, 1:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/devtools.js ('k') | options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -156,6 +156,13 @@
defaults.notifications_ignoredcategories = [];
/**
+ * Whether to show the developer tools panel.
+ *
+ * @type {boolean}
+ */
+defaults.show_devtools_panel = true;
Thomas Greiner 2016/03/14 16:26:05 Since there's no mention in the devtools panel on
Sebastian Noack 2016/03/14 16:39:35 It's already bad enough that we cannot integrate i
kzar 2016/03/14 17:52:20 Sebastian asked me for a third opinion in IRC so h
+
+/**
* @namespace
* @static
*/
« no previous file with comments | « chrome/devtools.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld