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

Unified Diff: chrome/android/java/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: Moved OnMediaSessionStateChanged to WebContentsImpl Created 5 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 | chrome/android/java/res/layout/playback_notification_bar.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 3c0e2fd2996504bf736cc1a3b9eb7490d77c24da..f9a6dc429f84c1eb38c302fe4ee28cc894610f69 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -593,6 +593,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" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/playback_notification_bar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698