Skip to content

Commit

Permalink
2925476: Migrate t/b/{public,renderer}/platform/media to blink ns [4/6]
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored and codebytere committed Jul 15, 2021
1 parent 4702e1d commit 0930c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/renderer/renderer_client_base.cc
Expand Up @@ -132,7 +132,7 @@ RendererClientBase::RendererClientBase() {
std::vector<std::string> streaming_schemes_list =
ParseSchemesCLISwitch(command_line, switches::kStreamingSchemes);
for (const std::string& scheme : streaming_schemes_list)
media::AddStreamingScheme(scheme.c_str());
blink::AddStreamingScheme(scheme.c_str());
// Parse --secure-schemes=scheme1,scheme2
std::vector<std::string> secure_schemes_list =
ParseSchemesCLISwitch(command_line, switches::kSecureSchemes);
Expand Down

0 comments on commit 0930c0e

Please sign in to comment.