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

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index 9b3ca39ddd4993d2f668b743e43c809428282a35..09030f43e027fab78c74ac352d1688452b88aab0 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -47,6 +47,8 @@ class CONTENT_EXPORT PresentationServiceDelegate {
scoped_ptr<ScopedVector<PresentationSessionMessage>>)>;
using SendMessageCallback = base::Closure;
+ typedef std::pair<int, int> RenderFrameHostId;
imcheng (use chromium acct) 2015/05/18 20:54:08 I think this can be left out for now. Because you'
haibinlu 2015/05/18 23:40:48 removed back.
+
virtual ~PresentationServiceDelegate() {}
// Registers an observer associated with frame with |render_process_id|

Powered by Google App Engine
This is Rietveld 408576698