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

Unified Diff: content/browser/presentation/presentation_service_impl.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/browser/presentation/presentation_service_impl.h
diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
index e32ce8df6b4ecdfbfb65335727087cb6eb593126..66c0da43cca7a6a7257f705e5ce4a0963bb99a8c 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -246,7 +246,7 @@ class CONTENT_EXPORT PresentationServiceImpl
void OnJoinSessionError(
int request_session_id,
const PresentationError& error);
- void OnSendMessageCallback();
+ void OnSendMessageCallback(bool sent);
// Passed to embedder's implementation of PresentationServiceDelegate for
// later invocation when session messages arrive.

Powered by Google App Engine
This is Rietveld 408576698