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 |
*/ |