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

Issue 2816773002: Added switch for bypassing protected media identifier permission (Closed)

Created:
3 years, 8 months ago by Vaage
Modified:
3 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-permissions_chromium.org, chfremer+watch_chromium.org, raymes+watch_chromium.org, feature-media-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Added switch for bypassing protected media identifier permission For testing protected content we need to bypass the prompt for permission to play protected content. This change add the switch --unsafely-allow-protected-media-identifier-for-domain which will disable the info bar when protected content needs permission when playing from localhost. BUG=718608 Review-Url: https://codereview.chromium.org/2816773002 Cr-Commit-Position: refs/heads/master@{#471150} Committed: https://chromium.googlesource.com/chromium/src/+/2ae33ffef0abd60c2fb050dbbadafae3345c568a

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added switch for by-passing permissions #

Total comments: 7

Patch Set 3 : Added switch for by-passing permissions #

Total comments: 7

Patch Set 4 : Added switch for by-passing permissions #

Patch Set 5 : Added switch for bypassing permissions #

Total comments: 10

Patch Set 6 : Added switch for bypassing permissions #

Patch Set 7 : Added switch for bypassing permissions #

Total comments: 8

Patch Set 8 : Added switch for bypassing permissions #

Total comments: 15

Patch Set 9 : Added switch for bypassing permissions #

Patch Set 10 : Added switch for bypassing permissions #

Total comments: 16

Patch Set 11 : Added switch for bypassing permissions #

Patch Set 12 : Added switch for bypassing permissions #

Total comments: 7

Patch Set 13 : Added switch for bypassing permissions #

Total comments: 4

Patch Set 14 : Added switch for bypassing permissions #

Patch Set 15 : Added switch for bypassing permissions #

Total comments: 2

Patch Set 16 : Added switch for bypassing permissions #

Patch Set 17 : Added switch for bypassing permissions #

Patch Set 18 : Added switch for bypassing permissions #

Patch Set 19 : Added switch for bypassing permissions #

Total comments: 6

Patch Set 20 : Corrected comments #

Patch Set 21 : Rebasing to HEAD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -1 line) Patch
M chrome/browser/media/protected_media_identifier_permission_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_permission_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +34 lines, -0 lines 0 comments Download
A chrome/browser/media/protected_media_identifier_permission_context_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +105 lines, -0 lines 0 comments Download
M chrome/browser/ui/startup/bad_flags_prompt.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -1 line 0 comments Download
M media/base/media_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 96 (30 generated)
Vaage
3 years, 8 months ago (2017-04-17 19:34:08 UTC) #4
Joey Parrish
https://codereview.chromium.org/2816773002/diff/1/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/1/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode106 chrome/browser/media/protected_media_identifier_permission_context.cc:106: #if defined(OS_ANDROID) I am of the opinion that this ...
3 years, 8 months ago (2017-04-17 19:45:18 UTC) #5
raymes
https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode115 chrome/browser/media/protected_media_identifier_permission_context.cc:115: switches::kDisableInfobarForProtectedMediaIdentifierForLocalhost); Could you elaborate on what kind of test ...
3 years, 8 months ago (2017-04-17 22:10:11 UTC) #7
Joey Parrish
https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode115 chrome/browser/media/protected_media_identifier_permission_context.cc:115: switches::kDisableInfobarForProtectedMediaIdentifierForLocalhost); On 2017/04/17 22:10:11, raymes wrote: > Could you ...
3 years, 8 months ago (2017-04-17 22:49:37 UTC) #8
raymes
Thanks for the explanation. A couple of additional comments below. https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/20001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode107 ...
3 years, 8 months ago (2017-04-19 01:24:19 UTC) #9
Vaage
Thanks for the feedback. Is there a good example you can point me to for ...
3 years, 8 months ago (2017-04-19 15:26:45 UTC) #10
Vaage
https://codereview.chromium.org/2816773002/diff/1/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/1/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode106 chrome/browser/media/protected_media_identifier_permission_context.cc:106: #if defined(OS_ANDROID) On 2017/04/17 19:45:18, Joey Parrish wrote: > ...
3 years, 8 months ago (2017-04-19 16:55:47 UTC) #11
Joey Parrish
https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode115 chrome/browser/media/protected_media_identifier_permission_context.cc:115: // Convert the switch value to a vector or ...
3 years, 8 months ago (2017-04-19 17:15:53 UTC) #12
Joey Parrish
On 2017/04/19 15:26:45, vaage wrote: > Thanks for the feedback. Is there a good example ...
3 years, 8 months ago (2017-04-19 17:19:33 UTC) #13
Vaage
https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode115 chrome/browser/media/protected_media_identifier_permission_context.cc:115: // Convert the switch value to a vector or ...
3 years, 8 months ago (2017-04-19 17:26:23 UTC) #14
Joey Parrish
https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode130 chrome/browser/media/protected_media_identifier_permission_context.cc:130: found_embedding |= origins.at(i) == embedding_origin.host(); On 2017/04/19 17:26:22, vaage ...
3 years, 8 months ago (2017-04-19 17:51:17 UTC) #15
assareh1
On 2017/04/19 17:51:17, Joey Parrish wrote: > https://codereview.chromium.org/2816773002/diff/40001/chrome/browser/media/protected_media_identifier_permission_context.cc > File chrome/browser/media/protected_media_identifier_permission_context.cc > (right): > > ...
3 years, 8 months ago (2017-04-19 18:13:20 UTC) #16
assareh1
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode114 chrome/browser/media/protected_media_identifier_permission_context.cc:114: switches::kDisableInfobarForProtectedMediaIdentifierForDomain)) { As we had discussed offline, can you ...
3 years, 8 months ago (2017-04-19 18:13:34 UTC) #18
assareh1
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode114 chrome/browser/media/protected_media_identifier_permission_context.cc:114: switches::kDisableInfobarForProtectedMediaIdentifierForDomain)) { On 2017/04/19 18:13:34, assareh1 wrote: > As ...
3 years, 8 months ago (2017-04-19 18:15:08 UTC) #19
raymes
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode122 chrome/browser/media/protected_media_identifier_permission_context.cc:122: } Is this extra complexity really necessary? Was the ...
3 years, 8 months ago (2017-04-19 23:05:48 UTC) #20
assareh1
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode122 chrome/browser/media/protected_media_identifier_permission_context.cc:122: } On 2017/04/19 23:05:47, raymes wrote: > Is this ...
3 years, 8 months ago (2017-04-20 15:37:07 UTC) #21
raymes
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode109 chrome/browser/media/protected_media_identifier_permission_context.cc:109: // safe - suppress the request and allow. I ...
3 years, 8 months ago (2017-04-20 23:12:42 UTC) #22
Joey Parrish
https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode109 chrome/browser/media/protected_media_identifier_permission_context.cc:109: // safe - suppress the request and allow. On ...
3 years, 8 months ago (2017-04-20 23:25:57 UTC) #23
Vaage
On 2017/04/20 23:25:57, Joey Parrish wrote: > https://codereview.chromium.org/2816773002/diff/80001/chrome/browser/media/protected_media_identifier_permission_context.cc > File chrome/browser/media/protected_media_identifier_permission_context.cc > (right): > > ...
3 years, 8 months ago (2017-04-20 23:39:10 UTC) #24
raymes
> We've got b/35045892 <https://buganizer.corp.google.com/35045892> filed internally, if that's helpful. I think it would be ...
3 years, 8 months ago (2017-04-21 00:25:14 UTC) #25
Vaage
Xiaohan, please take a look.
3 years, 7 months ago (2017-05-04 16:39:22 UTC) #27
Joey Parrish
LGTM otherwise https://codereview.chromium.org/2816773002/diff/120001/chrome/browser/media/protected_media_identifier_whitelist_unittest.cc File chrome/browser/media/protected_media_identifier_whitelist_unittest.cc (right): https://codereview.chromium.org/2816773002/diff/120001/chrome/browser/media/protected_media_identifier_whitelist_unittest.cc#newcode18 chrome/browser/media/protected_media_identifier_whitelist_unittest.cc:18: // The request should need to ask ...
3 years, 7 months ago (2017-05-04 17:06:15 UTC) #28
Vaage
https://codereview.chromium.org/2816773002/diff/120001/chrome/browser/media/protected_media_identifier_whitelist_unittest.cc File chrome/browser/media/protected_media_identifier_whitelist_unittest.cc (right): https://codereview.chromium.org/2816773002/diff/120001/chrome/browser/media/protected_media_identifier_whitelist_unittest.cc#newcode18 chrome/browser/media/protected_media_identifier_whitelist_unittest.cc:18: // The request should need to ask for permission ...
3 years, 7 months ago (2017-05-04 17:42:30 UTC) #29
Joey Parrish
https://codereview.chromium.org/2816773002/diff/140001/media/base/media_switches.cc File media/base/media_switches.cc (right): https://codereview.chromium.org/2816773002/diff/140001/media/base/media_switches.cc#newcode69 media/base/media_switches.cc:69: // will have no effect if user-data-dir is not ...
3 years, 7 months ago (2017-05-04 18:04:36 UTC) #30
Vaage
https://codereview.chromium.org/2816773002/diff/140001/media/base/media_switches.cc File media/base/media_switches.cc (right): https://codereview.chromium.org/2816773002/diff/140001/media/base/media_switches.cc#newcode69 media/base/media_switches.cc:69: // will have no effect if user-data-dir is not ...
3 years, 7 months ago (2017-05-04 18:06:15 UTC) #31
Joey Parrish
lgtm
3 years, 7 months ago (2017-05-04 18:07:00 UTC) #32
xhwang
looking pretty good. I just have a few comments. https://codereview.chromium.org/2816773002/diff/140001/chrome/browser/media/protected_media_identifier_whitelist.cc File chrome/browser/media/protected_media_identifier_whitelist.cc (right): https://codereview.chromium.org/2816773002/diff/140001/chrome/browser/media/protected_media_identifier_whitelist.cc#newcode16 chrome/browser/media/protected_media_identifier_whitelist.cc:16: ...
3 years, 7 months ago (2017-05-04 19:57:38 UTC) #33
xhwang
BTW, 1. Please do file a http://crbug.com for tracking. Typically a lot of the design ...
3 years, 7 months ago (2017-05-04 19:58:24 UTC) #34
Vaage
https://codereview.chromium.org/2816773002/diff/140001/chrome/browser/media/protected_media_identifier_whitelist.cc File chrome/browser/media/protected_media_identifier_whitelist.cc (right): https://codereview.chromium.org/2816773002/diff/140001/chrome/browser/media/protected_media_identifier_whitelist.cc#newcode16 chrome/browser/media/protected_media_identifier_whitelist.cc:16: ContentSetting ProtectedMediaIdentifierWhitelist::modifySettingFor( On 2017/05/04 19:57:37, xhwang wrote: > This ...
3 years, 7 months ago (2017-05-04 21:41:21 UTC) #36
Joey Parrish
lgtm
3 years, 7 months ago (2017-05-04 21:44:36 UTC) #37
Vaage
Opened the bug: https://bugs.chromium.org/p/chromium/issues/detail?id=718608
3 years, 7 months ago (2017-05-04 21:48:37 UTC) #39
xhwang
Thanks! Please also update the CL title to make sure this CL is not for ...
3 years, 7 months ago (2017-05-04 22:10:59 UTC) #40
Vaage
https://codereview.chromium.org/2816773002/diff/180001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/180001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode117 chrome/browser/media/protected_media_identifier_permission_context.cc:117: } On 2017/05/04 22:10:59, xhwang wrote: > If you ...
3 years, 7 months ago (2017-05-05 16:10:03 UTC) #41
assareh1
https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/ui/startup/bad_flags_prompt.cc File chrome/browser/ui/startup/bad_flags_prompt.cc (right): https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/ui/startup/bad_flags_prompt.cc#newcode94 chrome/browser/ui/startup/bad_flags_prompt.cc:94: // This flag is only for automated protected media ...
3 years, 7 months ago (2017-05-05 16:32:23 UTC) #42
xhwang
LGTM % nit, please also take a look at assareh's comments. https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/media/protected_media_identifier_permission_context.h File chrome/browser/media/protected_media_identifier_permission_context.h (right): ...
3 years, 7 months ago (2017-05-05 16:55:57 UTC) #43
Vaage
https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/media/protected_media_identifier_permission_context.h File chrome/browser/media/protected_media_identifier_permission_context.h (right): https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/media/protected_media_identifier_permission_context.h#newcode55 chrome/browser/media/protected_media_identifier_permission_context.h:55: static bool IsOriginWhitelisted(const GURL& requesting_origin); On 2017/05/05 16:55:57, xhwang ...
3 years, 7 months ago (2017-05-05 20:23:55 UTC) #44
xhwang
https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.h File chrome/browser/media/protected_media_identifier_permission_context.h (right): https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.h#newcode63 chrome/browser/media/protected_media_identifier_permission_context.h:63: BypassRequiresUserDataDir); Will it work if you just have: friend ...
3 years, 7 months ago (2017-05-06 05:19:12 UTC) #45
raymes
https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode131 chrome/browser/media/protected_media_identifier_permission_context.cc:131: for (const std::string& origin : base::SplitString( nit: origin->domain
3 years, 7 months ago (2017-05-07 22:07:26 UTC) #46
Vaage
https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/240001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode131 chrome/browser/media/protected_media_identifier_permission_context.cc:131: for (const std::string& origin : base::SplitString( On 2017/05/07 22:07:26, ...
3 years, 7 months ago (2017-05-08 16:51:51 UTC) #47
xhwang
https://codereview.chromium.org/2816773002/diff/280001/chrome/browser/media/protected_media_identifier_permission_context.cc File chrome/browser/media/protected_media_identifier_permission_context.cc (right): https://codereview.chromium.org/2816773002/diff/280001/chrome/browser/media/protected_media_identifier_permission_context.cc#newcode120 chrome/browser/media/protected_media_identifier_permission_context.cc:120: const GURL& requesting_domain) { This should still be "origin" ...
3 years, 7 months ago (2017-05-08 17:21:37 UTC) #48
Vaage
https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/ui/startup/bad_flags_prompt.cc File chrome/browser/ui/startup/bad_flags_prompt.cc (right): https://codereview.chromium.org/2816773002/diff/220001/chrome/browser/ui/startup/bad_flags_prompt.cc#newcode94 chrome/browser/ui/startup/bad_flags_prompt.cc:94: // This flag is only for automated protected media ...
3 years, 7 months ago (2017-05-08 18:10:36 UTC) #49
xhwang
Please also update the first line of the CL description, which will become the real ...
3 years, 7 months ago (2017-05-08 18:12:55 UTC) #50
Vaage
On 2017/05/08 18:12:55, xhwang wrote: > Please also update the first line of the CL ...
3 years, 7 months ago (2017-05-08 18:14:05 UTC) #52
xhwang
Tip: Please add OWNERS and ping other reviewers for review, otherwise people will not notice ...
3 years, 7 months ago (2017-05-09 18:00:01 UTC) #53
Vaage
sky, can you take a look?
3 years, 7 months ago (2017-05-10 00:52:55 UTC) #55
sky
Did you have someone from security look at this?
3 years, 7 months ago (2017-05-10 15:54:26 UTC) #56
sky
+tsepez to make sure this is ok from a security perspective.
3 years, 7 months ago (2017-05-10 15:55:34 UTC) #58
Vaage
On 2017/05/10 15:54:26, sky wrote: > Did you have someone from security look at this? ...
3 years, 7 months ago (2017-05-10 15:55:36 UTC) #59
Tom Sepez
lgtm Yes, command line flags to do unsafe things are OK. I would recommend choosing ...
3 years, 7 months ago (2017-05-10 16:34:51 UTC) #60
Vaage
Like you said, it is already long and we do have it set up to ...
3 years, 7 months ago (2017-05-11 01:27:59 UTC) #61
Vaage
Changed flag name as per assareh's offline suggestion.
3 years, 7 months ago (2017-05-11 15:13:22 UTC) #62
sky
LGTM
3 years, 7 months ago (2017-05-11 15:15:01 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816773002/340001
3 years, 7 months ago (2017-05-11 15:16:54 UTC) #66
assareh1
On 2017/05/11 15:13:22, Vaage wrote: > Changed flag name as per assareh's offline suggestion. Just ...
3 years, 7 months ago (2017-05-11 15:33:12 UTC) #67
assareh1
lgtm
3 years, 7 months ago (2017-05-11 15:33:30 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/368297)
3 years, 7 months ago (2017-05-11 15:33:38 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816773002/360001
3 years, 7 months ago (2017-05-11 16:23:33 UTC) #73
Tom Sepez
nit: CL description is now out of date.
3 years, 7 months ago (2017-05-11 17:47:20 UTC) #74
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/451914)
3 years, 7 months ago (2017-05-11 18:26:10 UTC) #76
Vaage
On 2017/05/11 17:47:20, Tom Sepez wrote: > nit: CL description is now out of date. ...
3 years, 7 months ago (2017-05-11 18:30:55 UTC) #77
xhwang
https://codereview.chromium.org/2816773002/diff/360001/media/base/media_switches.cc File media/base/media_switches.cc (right): https://codereview.chromium.org/2816773002/diff/360001/media/base/media_switches.cc#newcode71 media/base/media_switches.cc:71: // domains (e.g. example.com) to allow the protected media ...
3 years, 7 months ago (2017-05-11 18:31:50 UTC) #79
Vaage
https://codereview.chromium.org/2816773002/diff/360001/media/base/media_switches.cc File media/base/media_switches.cc (right): https://codereview.chromium.org/2816773002/diff/360001/media/base/media_switches.cc#newcode71 media/base/media_switches.cc:71: // domains (e.g. example.com) to allow the protected media ...
3 years, 7 months ago (2017-05-11 18:48:50 UTC) #80
xhwang
lgtm
3 years, 7 months ago (2017-05-11 18:50:46 UTC) #81
Joey Parrish
lgtm
3 years, 7 months ago (2017-05-11 18:57:14 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816773002/400001
3 years, 7 months ago (2017-05-12 00:28:10 UTC) #93
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 00:40:12 UTC) #96
Message was sent while issue was closed.
Committed patchset #21 (id:400001) as
https://chromium.googlesource.com/chromium/src/+/2ae33ffef0abd60c2fb050dbbada...

Powered by Google App Engine
This is Rietveld 408576698