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

Unified Diff: lib/prefs.js

Issue 29340749: Issue 3816 - Add hidden toggle for the new options page (Closed)
Patch Set: Update adblockplusui dependency Created April 22, 2016, 12:43 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
Index: lib/prefs.js
diff --git a/lib/prefs.js b/lib/prefs.js
index e1aa3f751c5feb430e5dfb83ada7917bd777bd9f..2f3ac36fa14b09c65636a06a9c6cbfa9558c1c96 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -177,6 +177,15 @@ defaults.suppress_first_run_page = false;
defaults.additional_subscriptions = [];
/**
+ * Whether to enable the experimental new options page. This preference is
+ * provided to aid development and QA and is not configurable with the user
+ * interface.
+ *
+ * @type {boolean}
+ */
+defaults.new_options_page = false;
+
+/**
* @namespace
* @static
*/

Powered by Google App Engine
This is Rietveld