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

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

Issue 2801823003: [Presentation API] Change connection to 'connected' if start a presentation with "https://www.googl… (Closed)
Patch Set: resolve code review comments from mlamouri Created 3 years, 8 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: third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
diff --git a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
index f888fe5c3116d3c88c2518c27fc8aa57d043804c..53d6de0cb32fb897b4af363a1fa02fef906ae6f2 100644
--- a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
+++ b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
@@ -6,11 +6,13 @@
#define NavigatorPresentation_h
#include "core/frame/Navigator.h"
+#include "modules/ModulesExport.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
namespace blink {
+class Document;
class Navigator;
class Presentation;
@@ -20,6 +22,8 @@ class NavigatorPresentation final
USING_GARBAGE_COLLECTED_MIXIN(NavigatorPresentation);
public:
+ MODULES_EXPORT static NavigatorPresentation* ensurePresentationReceiver(
+ Document&);
static NavigatorPresentation& from(Navigator&);
static Presentation* presentation(Navigator&);

Powered by Google App Engine
This is Rietveld 408576698