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
Родитель a03c76c081
Коммит fa6cc03734
1 изменённых файлов: 1 добавлений и 0 удалений

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

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