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

Unified Diff: content/common/android/common_jni_registrar.cc

Issue 1458703003: Media Session API: use MediaMetadata in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_session_browser_side
Patch Set: nits Created 4 years, 9 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/android/media_metadata_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/common_jni_registrar.cc
diff --git a/content/common/android/common_jni_registrar.cc b/content/common/android/common_jni_registrar.cc
index 2ba3387c98db54e56731468f9debc62f48aadaae..0feaf381eca850a37d304623caf815e9447c1920 100644
--- a/content/common/android/common_jni_registrar.cc
+++ b/content/common/android/common_jni_registrar.cc
@@ -8,10 +8,12 @@
#include "base/android/jni_registrar.h"
#include "base/macros.h"
#include "content/common/android/hash_set.h"
+#include "content/common/android/media_metadata_android.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "HashSet", content::RegisterHashSet },
+ { "MediaMetadataAndroid", content::MediaMetadataAndroid::Register },
};
} // namespace
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/android/media_metadata_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698