mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Bug 1198009 - Bump the ProfileInformationCache version r=rnewman
This commit is contained in:
parent
cf6a5d1d1a
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user