Bug 1198009 - Bump the ProfileInformationCache version r=rnewman

This commit is contained in:
Mark Finkle 2015-09-12 19:26:39 -04:00
Родитель cf6a5d1d1a
Коммит 6ec81980d1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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;