mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Bug 1074340 - Keep proguard from changing the access level of createGuestProfile. r=bustage CLOSED TREE
This commit is contained in:
parent
a03c76c081
commit
fa6cc03734
@ -203,6 +203,7 @@ public final class GeckoProfile {
|
||||
}
|
||||
|
||||
// Only public for access from tests.
|
||||
@RobocopTarget
|
||||
public static GeckoProfile createGuestProfile(Context context) {
|
||||
try {
|
||||
// We need to force the creation of a new guest profile if we want it outside of the normal profile path,
|
||||
|
Loading…
Reference in New Issue
Block a user