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

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

Issue 1212423003: Presentation API: Blink changes to allow getAvailability() to be rejected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@presentation-availability-cleanups
Patch Set: 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/PresentationSession.h
diff --git a/Source/modules/presentation/PresentationSession.h b/Source/modules/presentation/PresentationSession.h
index 410fa047d9016fb8ce3394c5eaca0d3f918fc874..32ef840947092fc4f148fc9ee88bbb3c313582f8 100644
--- a/Source/modules/presentation/PresentationSession.h
+++ b/Source/modules/presentation/PresentationSession.h
@@ -32,7 +32,6 @@ class PresentationSession final
DEFINE_WRAPPERTYPEINFO();
public:
static PresentationSession* take(WebPresentationSessionClient*, Presentation*);
- static void dispose(WebPresentationSessionClient*);
virtual ~PresentationSession();
// EventTarget implementation.
« no previous file with comments | « Source/modules/presentation/PresentationError.cpp ('k') | Source/modules/presentation/PresentationSession.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698