Bug 1198009 - Bump the ProfileInformationCache version r=rnewman

This commit is contained in:
Mark Finkle 2015-09-12 19:26:39 -04:00
parent d294854ba0
commit d7f1cb21c3

View File

@ -34,8 +34,9 @@ public class ProfileInformationCache implements ProfileInformationProvider {
* 1: Add versioning (Bug 878670).
* 2: Bump to regenerate add-on set after landing Bug 900694 (Bug 901622).
* 3: Add distribution, osLocale, appLocale.
* 4: Add experiments as add-ons.
*/
public static final int FORMAT_VERSION = 3;
public static final int FORMAT_VERSION = 4;
protected boolean initialized = false;
protected boolean needsWrite = false;