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

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

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests and Min's nits Created 5 years, 6 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/shell/java/AndroidManifest.xml.jinja2
diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
index d1a7c8252152762c332569c83d0de61d1e30d34f..168ed497d11c38a1079bce87c140ff605c96959f 100644
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
@@ -217,6 +217,9 @@
</intent-filter>
</receiver>
+ <!-- Service for the media playback control notification -->
+ <service android:name="org.chromium.chrome.browser.media.ui.NotificationMediaPlaybackControl$ListenerService" />
Ted C 2015/06/26 00:43:55 exported="false" here?
whywhat 2015/06/26 19:29:32 Done.
+
<!-- Activity, service, and meta-data to support casting to Chromecast -->
<!-- Expanded controller activity is displayed when the Cast Notification is clicked -->

Powered by Google App Engine
This is Rietveld 408576698