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

Unified Diff: public/platform/modules/presentation/WebPresentationController.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 | « public/platform/modules/presentation/WebPresentationClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/presentation/WebPresentationController.h
diff --git a/public/platform/modules/presentation/WebPresentationController.h b/public/platform/modules/presentation/WebPresentationController.h
index a539e577ae9126a9446c70122995789c9c7a03de..a7c8695fee96891aae8cbb1b9dfd8536daf24b3b 100644
--- a/public/platform/modules/presentation/WebPresentationController.h
+++ b/public/platform/modules/presentation/WebPresentationController.h
@@ -18,13 +18,6 @@ class BLINK_PLATFORM_EXPORT WebPresentationController {
public:
virtual ~WebPresentationController() { }
- // Called when the presentation screen availability changes.
- // May not be called if there's no registered listener for the event.
- virtual void didChangeAvailability(bool available) = 0;
-
- // Indicates if the frame has listeners to the |availablechange| event.
- virtual bool isAvailableChangeWatched() const = 0;
-
// Called when the presentation session is started by the embedder using
// the default presentation URL and id.
virtual void didStartDefaultSession(WebPresentationSessionClient*) = 0;
« no previous file with comments | « public/platform/modules/presentation/WebPresentationClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698