зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1198009 - Bump the ProfileInformationCache version r=rnewman
This commit is contained in:
Родитель
cf6a5d1d1a
Коммит
6ec81980d1
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче