| 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 efc1c922a1e2019d6d183a2ca83225f19fbbcb8a..a26314bdf15564802ad6f9c086261772f99f3b9c 100644
|
| --- a/chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| +++ b/chrome/browser/media/router/offscreen_presentation_manager_factory.h
|
| @@ -29,6 +29,9 @@ class OffscreenPresentationManagerFactory
|
| static OffscreenPresentationManager* GetOrCreateForBrowserContext(
|
| content::BrowserContext* context);
|
|
|
| + // For test use only.
|
| + static OffscreenPresentationManagerFactory* GetInstanceForTest();
|
| +
|
| private:
|
| friend struct base::DefaultLazyInstanceTraits<
|
| OffscreenPresentationManagerFactory>;
|
|
|