Index: chrome/browser/media/router/offscreen_presentation_manager_factory.cc |
diff --git a/chrome/browser/media/router/offscreen_presentation_manager_factory.cc b/chrome/browser/media/router/offscreen_presentation_manager_factory.cc |
index f5cbd3a202b89549954dc03209673ee33669f8bc..78b25962d432b83b82f0d46a7ffe18d54cccac9a 100644 |
--- a/chrome/browser/media/router/offscreen_presentation_manager_factory.cc |
+++ b/chrome/browser/media/router/offscreen_presentation_manager_factory.cc |
@@ -50,6 +50,12 @@ OffscreenPresentationManagerFactory::GetOrCreateForBrowserContext( |
service_factory.Get().GetServiceForBrowserContext(context, true)); |
} |
+// static |
+OffscreenPresentationManagerFactory* |
+OffscreenPresentationManagerFactory::GetInstance() { |
+ return &service_factory.Get(); |
+} |
+ |
OffscreenPresentationManagerFactory::OffscreenPresentationManagerFactory() |
: BrowserContextKeyedServiceFactory( |
"OffscreenPresentationManager", |