Skip to content

Commit 07ea2ba

Browse files
[Android] Fixed missing site settings permissions entries on Android
Fixes brave/brave-browser#42313
1 parent 903b5f4 commit 07ea2ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/BraveSingleWebsiteSettings.java

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {}
2525
switch (type) {
2626
case ContentSettingsType.AUTOPLAY:
2727
return "autoplay_permission_list";
28+
case ContentSettingsType.BRAVE_GOOGLE_SIGN_IN:
29+
return "brave_google_sign_in";
30+
case ContentSettingsType.BRAVE_LOCALHOST_ACCESS:
31+
return "brave_localhost_access";
2832
default:
2933
return (String)
3034
BraveReflectionUtil.invokeMethod(

0 commit comments

Comments
 (0)