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

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

Issue 1199933006: [MediaRouter] wireup send/receive messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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..2798794fb10f51fdb73dcf795a9e9c8579a8f696 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT PresentationServiceDelegate {
base::Callback<void(const PresentationError&)>;
using PresentationSessionMessageCallback = base::Callback<void(
scoped_ptr<ScopedVector<PresentationSessionMessage>>)>;
- using SendMessageCallback = base::Closure;
+ using SendMessageCallback = base::Callback<void(bool)>;
virtual ~PresentationServiceDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698