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

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

Issue 2477573002: [Presentation API] (3rd) (1-UA) Split PresentationServiceDelegateImpl(PSDImpl) (Closed)
Patch Set: fix windows compile error Created 3 years, 11 months 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 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>;

Powered by Google App Engine
This is Rietveld 408576698