| Index: Source/modules/presentation/PresentationController.cpp
|
| diff --git a/Source/modules/presentation/PresentationController.cpp b/Source/modules/presentation/PresentationController.cpp
|
| index 6492c29b5099cf7a509bdc7b10bbd89571a61218..881aea1c86c7b7ca21bb1734cbb1fe2fac28a9ba 100644
|
| --- a/Source/modules/presentation/PresentationController.cpp
|
| +++ b/Source/modules/presentation/PresentationController.cpp
|
| @@ -61,15 +61,6 @@ DEFINE_TRACE(PresentationController)
|
| LocalFrameLifecycleObserver::trace(visitor);
|
| }
|
|
|
| -void PresentationController::didChangeAvailability(bool available)
|
| -{
|
| -}
|
| -
|
| -bool PresentationController::isAvailableChangeWatched() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| void PresentationController::didStartDefaultSession(WebPresentationSessionClient* sessionClient)
|
| {
|
| if (!m_presentation) {
|
|
|