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

Unified Diff: Source/modules/presentation/PresentationController.cpp

Issue 1220813009: Presentation API: cleanup leftovers from .getAvailability() changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@presentation-getavailability
Patch Set: rebase Created 5 years, 5 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: 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) {
« no previous file with comments | « Source/modules/presentation/PresentationController.h ('k') | public/platform/modules/presentation/WebPresentationClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698