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

Unified Diff: media/mojo/clients/mojo_cdm.h

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « ios/web/ios_web.gyp ('k') | media/mojo/clients/mojo_cdm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_cdm.h
diff --git a/media/mojo/clients/mojo_cdm.h b/media/mojo/clients/mojo_cdm.h
index 40c5b82dab3c68a0a27a852a2b18402d5470cbb8..087910479c572c8f041d07a62a5d03a8d5636638 100644
--- a/media/mojo/clients/mojo_cdm.h
+++ b/media/mojo/clients/mojo_cdm.h
@@ -95,7 +95,7 @@ class MojoCdm : public MediaKeys,
void OnSessionMessage(const mojo::String& session_id,
mojom::CdmMessageType message_type,
mojo::Array<uint8_t> message,
- const mojo::String& legacy_destination_url) final;
+ const GURL& legacy_destination_url) final;
void OnSessionClosed(const mojo::String& session_id) final;
void OnLegacySessionError(const mojo::String& session_id,
mojom::CdmException exception,
« no previous file with comments | « ios/web/ios_web.gyp ('k') | media/mojo/clients/mojo_cdm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698