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..18e3a3b61d8b5f72cf7ce4c281a187c9f1f5b5b0 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 |
imcheng
2016/11/29 00:39:01
nit: add . at the end
zhaobin
2016/11/29 23:22:32
Done.
|
+ static OffscreenPresentationManagerFactory* GetInstanceForTest(); |
+ |
private: |
friend struct base::DefaultLazyInstanceTraits< |
OffscreenPresentationManagerFactory>; |