| Index: chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| diff --git a/chrome/browser/media/router/offscreen_presentation_manager_factory.h b/chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| index 3fd8f3f047f65f91f89e3c0210728837cd48ed70..96232db2d900c9a68478ee2c24ada6967ce94248 100644
|
| --- a/chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| +++ b/chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| @@ -31,6 +31,9 @@ class OffscreenPresentationManagerFactory
|
| static OffscreenPresentationManager* GetOrCreateForBrowserContext(
|
| content::BrowserContext* context);
|
|
|
| + // For test use only.
|
| + static OffscreenPresentationManagerFactory* GetInstanceForTest();
|
| +
|
| private:
|
| friend struct base::DefaultLazyInstanceTraits<
|
| OffscreenPresentationManagerFactory>;
|
|
|