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| |