| 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 0d5b35bc2329e186d2209f3ee3d2b96855606310..89da14d8b3add9ee975be8999cc55179778aa111 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() {}
|
|
|
|
|