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

Unified Diff: lib/prefs.js

Issue 29397596: Issue 5040 - fix saving of allowed_connection_type preference (Closed)
Patch Set: Created March 29, 2017, 10:57 a.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 | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
diff --git a/lib/prefs.js b/lib/prefs.js
index 14785c4a7f616d224030a84914e2e98ace2efad9..00c52ea82147125ea94eb4005b6c3f7b5a78d123 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -46,6 +46,7 @@ let defaults = {
disable_auto_updates: false,
first_run_subscription_auto_select: true,
notifications_ignoredcategories: [],
+ allowed_connection_type: ""
};
let preconfigurable = ["suppress_first_run_page", "disable_auto_updates",
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld