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

Unified Diff: background.js

Issue 29332923: Issue 3444 - Remove migration code, resetting Prefs.hidePlaceholders (Closed)
Patch Set: Created Dec. 21, 2015, 2:09 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -84,11 +84,6 @@
addSubscription(previousVersion);
}
- // The "Hide placeholders" option has been removed from the UI in 1.8.8.1285
- // So we reset the option for users updating from older versions.
- if (previousVersion && Services.vc.compare(previousVersion, "1.8.8.1285") < 0)
- Prefs.hidePlaceholders = true;
-
initNotifications();
// Update browser actions and context menus when whitelisting might have
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld