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

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

Issue 2444623002: media: Rename ServiceFactory to InterfaceFactory (Closed)
Patch Set: media: Rename ServiceFactory to InterfaceFactory 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
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/interfaces/media_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/interface_factory.mojom
diff --git a/media/mojo/interfaces/service_factory.mojom b/media/mojo/interfaces/interface_factory.mojom
similarity index 97%
rename from media/mojo/interfaces/service_factory.mojom
rename to media/mojo/interfaces/interface_factory.mojom
index ebcf5248dc41d9e31f601fb3790a138d176f73ce..f2e230a44092dc5f44e2e760972177152d5c0dad 100644
--- a/media/mojo/interfaces/service_factory.mojom
+++ b/media/mojo/interfaces/interface_factory.mojom
@@ -11,7 +11,7 @@ import "media/mojo/interfaces/video_decoder.mojom";
// A factory interface to create media services. Renderers can only access
// ContentDecryptionModules created in the same factory.
-interface ServiceFactory {
+interface InterfaceFactory {
// Creates an AudioDecoder service.
CreateAudioDecoder(AudioDecoder& audio_decoder);
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/interfaces/media_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698