Bug 1074340 - Keep proguard from changing the access level of createGuestProfile. r=bustage CLOSED TREE

This commit is contained in:
wesj 2014-10-08 13:30:38 -07:00
parent a03c76c081
commit fa6cc03734

View File

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