Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6915)

Unified Diff: chrome/browser/media/router/offscreen_presentation_manager_factory.h

Issue 2477573002: [Presentation API] (3rd) (1-UA) Split PresentationServiceDelegateImpl(PSDImpl) (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;

Powered by Google App Engine
This is Rietveld 408576698