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