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

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

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
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 72dc7bb7ce977a592dfe3239de9a15925a5dac81..9d5de59227967a6f69938f061c49028f76444368 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -96,6 +96,10 @@ class CONTENT_EXPORT WebContentsAndroid
void RequestAccessibilitySnapshot(JNIEnv* env,
jobject obj,
jobject callback);
+
+ void ResumeMediaSession(JNIEnv* env, jobject obj);
+ void SuspendMediaSession(JNIEnv* env, jobject obj);
+
private:
RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
« no previous file with comments | « content/browser/media/android/media_session_browsertest.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698