| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 2dbf07c3f1387b0d1b7f34bf4c3d39a4221eda57..12aa845365577b2d20ad299b3db63d5f61610d2a 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -121,6 +121,8 @@ class CONTENT_EXPORT PresentationDispatcher
|
| std::set<blink::WebPresentationAvailabilityObserver*>;
|
| AvailabilityObserversSet availability_observers_;
|
|
|
| + bool listening_for_messages_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PresentationDispatcher);
|
| };
|
|
|
|
|