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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 2442303002: Adding new media controls to MediaNotification (Closed)
Patch Set: Created 4 years, 2 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: content/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index 91db51d8d5c006b0fdbdfef928c3d787ef147b93..a3eae03fa9b55467e7318756f2bf39e0775efca3 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -164,6 +164,10 @@ class CONTENT_EXPORT WebContentsAndroid
const base::android::JavaParamRef<jobject>& obj);
void StopMediaSession(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
+ void DidReceiveMediaSessionAction(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj,
+ int action);
base::android::ScopedJavaLocalRef<jstring> GetEncoding(
JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698