diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index e9c636360b3555da4e96cff484f1b7c786e38e17..a2eaaaba16a0a71fa90115d2c215f59a9d35acad 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -56,7 +56,9 @@ by a child template that "extends" this file.
{% endif %}
+
@@ -64,18 +66,26 @@ by a child template that "extends" this file.
+
+
+
+
@@ -121,7 +131,9 @@ by a child template that "extends" this file.
+
{% block extra_uses_permissions %}
{% endblock %}
@@ -168,6 +180,7 @@ by a child template that "extends" this file.
+
@@ -1190,6 +1204,7 @@ by a child template that "extends" this file.
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" >
+ {% include "//brave/android/java/AndroidManifest.xml" %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %}
@@ -1298,6 +1312,7 @@ by a child template that "extends" this file.
+
{% endif %}