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..56cf9f452f6449e60fb3f626255c717b51217e52 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* GetInstance(); |
mark a. foltz
2016/11/15 23:41:46
GetInstanceForTest()
zhaobin
2016/11/16 18:02:39
Done.
|
+ |
private: |
friend struct base::DefaultLazyInstanceTraits< |
OffscreenPresentationManagerFactory>; |