|
Wrap MediaMetadata in base::Optional in content and chrome
Since base::Optional<> has already been in use. It's helpful to wrap
MediaMetadata in base::Optional<>, so that the browser can know whether
the page has set the metadata or not.
BUG= 643195
Committed: https://crrev.com/24ae1ae1f9d4e7f6668cfc554cfb8bface3650b9
Cr-Commit-Position: refs/heads/master@{#417255}
Total comments: 9
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+129 lines, -65 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/media/ui/MediaSessionTabHelper.java
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/web_contents_observer_proxy.h
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/web_contents_observer_proxy.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/browser_media_session_manager.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/browser_media_session_manager.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/browser_media_session_manager_browsertest.cc
|
View
|
1
2
3
4
|
7 chunks |
+73 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/session/media_session.h
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/session/media_session.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/media/session/media_session_browsertest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/media/media_metadata_sanitizer.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/media/media_metadata_sanitizer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/media/media_session_messages_android.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents_observer.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/renderer_media_session_manager.h
|
View
|
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/renderer_media_session_manager.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/webmediasession_android.cc
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
Total messages: 37 (19 generated)
|