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

Unified Diff: content/browser/media/session/audio_focus_delegate_android.h

Issue 2613143003: [MediaSession] Keep MediaSession controllable when losing audio focus (Closed)
Patch Set: suppress FB warnings Created 3 years, 11 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 | content/browser/media/session/audio_focus_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/audio_focus_delegate_android.h
diff --git a/content/browser/media/session/audio_focus_delegate_android.h b/content/browser/media/session/audio_focus_delegate_android.h
index 31a48ddc4942d29ec10fa1ce541ca75329e86538..b888b50fd3b702b09fe716924b96c0b6511a936e 100644
--- a/content/browser/media/session/audio_focus_delegate_android.h
+++ b/content/browser/media/session/audio_focus_delegate_android.h
@@ -29,9 +29,7 @@ class AudioFocusDelegateAndroid : public AudioFocusDelegate {
// Called when the Android system requests the MediaSession to be suspended.
// Called by Java through JNI.
- void OnSuspend(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj,
- jboolean temporary);
+ void OnSuspend(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
// Called when the Android system requests the MediaSession to be resumed.
// Called by Java through JNI.
« no previous file with comments | « no previous file | content/browser/media/session/audio_focus_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698