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

Unified Diff: media/mojo/interfaces/platform_verification.mojom

Issue 2411573002: media: Use new wrapper types for media mojo interfaces (Closed)
Patch Set: media: Use new wrapper types for media mojo interfaces Created 4 years, 2 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
Index: media/mojo/interfaces/platform_verification.mojom
diff --git a/media/mojo/interfaces/platform_verification.mojom b/media/mojo/interfaces/platform_verification.mojom
index 9e95d898e03f9ddd5093eed45726d6ab76acb388..44f1cad2c8aee92cf615a5964a9ba9d4db90f81d 100644
--- a/media/mojo/interfaces/platform_verification.mojom
+++ b/media/mojo/interfaces/platform_verification.mojom
@@ -23,7 +23,7 @@ module media.mojom;
interface PlatformVerification {
ChallengePlatform(string service_id, string challenge) =>
(bool success,
- string? signed_data,
- string? signed_data_signature,
- string? platform_key_certificate);
+ string signed_data,
+ string signed_data_signature,
+ string platform_key_certificate);
};

Powered by Google App Engine
This is Rietveld 408576698