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

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

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
« no previous file with comments | « no previous file | Source/modules/presentation/PresentationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index 39e4fd12dbfd4ea2c018e51c881224f26cfbf240..1e75244830db1cdef36d4ff1dea0a0421276e0f3 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -45,8 +45,6 @@ public:
DECLARE_VIRTUAL_TRACE();
// Implementation of WebPresentationController.
- virtual void didChangeAvailability(bool available) override;
- virtual bool isAvailableChangeWatched() const override;
virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionState) override;
virtual void didReceiveSessionTextMessage(WebPresentationSessionClient*, const WebString&) override;
« no previous file with comments | « no previous file | Source/modules/presentation/PresentationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698