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

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
« no previous file with comments | « no previous file | Application/src/main/java/org/chromium/customtabsclient/BrowserActionsReceiver.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | Application/src/main/java/org/chromium/customtabsclient/BrowserActionsReceiver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698