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

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

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser tests 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/java_staging/AndroidManifest.xml
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml
index 46a755f5c2415008077f25255c1965d262551766..8ca33c533ddf881b87572ac4d4516b9103b05df6 100644
--- a/chrome/android/java_staging/AndroidManifest.xml
+++ b/chrome/android/java_staging/AndroidManifest.xml
@@ -577,6 +577,8 @@ by a child template that "extends" this file.
<service android:name="org.chromium.chrome.browser.media.MediaNotificationService"
android:exported="false"/>
+ <service android:name="org.chromium.chrome.browser.media.ui.NotificationMediaPlaybackControls$ListenerService"
+ android:exported="false"/>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />

Powered by Google App Engine
This is Rietveld 408576698