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

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

Issue 1305253006: [Custom Tabs]Add API for updating action button as ContentProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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 fef1009cc8addcbabb82115610e70fa3cb0a05db..beac0e6624d2343ce23dcda66f7d1e1c65956241 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -420,6 +420,11 @@ by a child template that "extends" this file.
android:resource="@xml/file_paths" />
</provider>
+ <provider android:name="org.chromium.chrome.browser.customtabs.CustomTabUpdater"
+ android:authorities="{{ manifest_package }}.CustomTabUpdate"
+ 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