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

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

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Use NON_EXPORTED_BASE to suppress MSVC C4275 Created 4 years, 1 month 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 | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/provision_fetcher.mojom
diff --git a/media/mojo/interfaces/provision_fetcher.mojom b/media/mojo/interfaces/provision_fetcher.mojom
index f1e1d814a6a7a3820208fcdc552cdc761e376209..eaa29239d60006817f6307c3258c1abf0e96f68d 100644
--- a/media/mojo/interfaces/provision_fetcher.mojom
+++ b/media/mojo/interfaces/provision_fetcher.mojom
@@ -4,15 +4,15 @@
module media.mojom;
-// An interface to retrieve provision information for Android MediaDrm.
-// See Android documentation about MediaDrm provisioning:
+// An interface to retrieve provision information for CDM. This includes Android
+// MediaDrm. See Android documentation about MediaDrm provisioning:
// https://developer.android.com/reference/android/media/MediaDrm.ProvisionRequest.html
interface ProvisionFetcher {
// Requests the provision information with |default_url| and |request_data|
- // and returns |result| and the |response|. The input parameters |default_url|
- // and |request_data| corresponds to Java class MediaDrm.ProvisionRequest.
- // |response| will be empty iff |result| is false.
+ // and returns |result| and the |response|. On Android, the input parameters
+ // |default_url| and |request_data| corresponds to Java class
+ // MediaDrm.ProvisionRequest. |response| will be empty iff |result| is false.
Retrieve(string default_url, string request_data)
dcheng 2016/11/06 19:35:24 Please add a TODO to use url.mojom.Url here.
slan 2016/11/06 22:08:41 Done.
=> (bool result, string response);
};
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698