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

Unified Diff: Application/src/main/AndroidManifest.xml

Issue 2961203002: Support library changes to allow a callback notifying the selection of default items for Browser Ac… (Closed)
Patch Set: Update based on Yusuf's comments. Created 3 years, 5 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: Application/src/main/AndroidManifest.xml
diff --git a/Application/src/main/AndroidManifest.xml b/Application/src/main/AndroidManifest.xml
index fb9c085378b532b89337fad87ecfff4913729693..c5bcdf8b45d89916366aa269e5cae9402700326f 100644
--- a/Application/src/main/AndroidManifest.xml
+++ b/Application/src/main/AndroidManifest.xml
@@ -37,6 +37,7 @@
<service
android:name=".shared.KeepAliveService"
android:exported="true"/>
+ <receiver android:name="org.chromium.customtabsclient.BrowserActionsReceiver"/>
<receiver android:name=".BottomBarManager"/>
</application>

Powered by Google App Engine
This is Rietveld 408576698