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

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

Issue 832263007: Added plumbing for the availablechange event from Blink to WebPresentationClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added onClientDestroyed Created 5 years, 11 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 | « Source/modules/presentation/DEPS ('k') | Source/modules/presentation/NavigatorPresentation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/NavigatorPresentation.h
diff --git a/Source/modules/presentation/NavigatorPresentation.h b/Source/modules/presentation/NavigatorPresentation.h
index 52f820138b62cb42ff52e53d0b666257217e9cce..e71df13dd9dc9f3ac2f78beddf374f7816cf5cba 100644
--- a/Source/modules/presentation/NavigatorPresentation.h
+++ b/Source/modules/presentation/NavigatorPresentation.h
@@ -5,8 +5,8 @@
#ifndef NavigatorPresentation_h
#define NavigatorPresentation_h
-#include "core/frame/DOMWindowProperty.h"
#include "platform/Supplementable.h"
+#include "platform/heap/Handle.h"
namespace blink {
@@ -15,8 +15,7 @@ class Presentation;
class NavigatorPresentation final
: public NoBaseWillBeGarbageCollectedFinalized<NavigatorPresentation>
- , public WillBeHeapSupplement<Navigator>
- , public DOMWindowProperty {
+ , public WillBeHeapSupplement<Navigator> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorPresentation);
public:
virtual ~NavigatorPresentation();
@@ -29,7 +28,7 @@ public:
private:
static const char* supplementName();
- explicit NavigatorPresentation(LocalFrame*);
+ NavigatorPresentation();
Presentation* presentation();
« no previous file with comments | « Source/modules/presentation/DEPS ('k') | Source/modules/presentation/NavigatorPresentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698