Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1198)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reply to more comments including changing interthread communication Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 79170b67f13bee4e135cac752134eacb596749ae..3efe679998780a1609bd511ae9ad88bb20f53336 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -422,6 +422,12 @@ by a child template that "extends" this file.
android:resource="@xml/file_paths" />
</provider>
+ <provider android:name="org.chromium.chrome.browser.superviseduser.SupervisedUserContentProvider"
+ android:authorities="{{ manifest_package }}.SupervisedUserProvider"
+ android:permission="android.permission.INTERNET"
+ android:exported="true">
+ </provider>
+
<!-- Sync adapter for browser invalidation. -->
<service android:name="org.chromium.chrome.browser.invalidation.ChromeBrowserSyncAdapterService"
android:exported="false">

Powered by Google App Engine
This is Rietveld 408576698