Index: chrome/browser/media/router/presentation_service_delegate_impl.h |
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h |
index 3e822cbde027eced90a71a26b641bc0756a203f2..f4b86225fa3a788a201a5ec0d5a97ea27347fe54 100644 |
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h |
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h |
@@ -46,6 +46,9 @@ class PresentationServiceDelegateImpl |
: public content::WebContentsUserData<PresentationServiceDelegateImpl>, |
public content::PresentationServiceDelegate { |
public: |
+ static PresentationServiceDelegateImpl* GetOrCreateForWebContents( |
imcheng (use chromium acct)
2015/06/04 18:48:36
Documentation would be good here.
haibinlu
2015/06/04 20:25:45
Done.
|
+ content::WebContents* web_contents); |
+ |
~PresentationServiceDelegateImpl() override; |
// content::PresentationServiceDelegate implementation. |