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

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

Issue 2801823003: [Presentation API] Change connection to 'connected' if start a presentation with "https://www.googl… (Closed)
Patch Set: fix content_unittest and layout test failures 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/PresentationReceiver.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
index a65e29cd562aaecf2125f64d35def0d0913c9876..ee834db7debc06b6278ce3eb1d742ac362effb1e 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
@@ -37,7 +37,7 @@ class MODULES_EXPORT PresentationReceiver final
Member<DOMException>>;
public:
- explicit PresentationReceiver(LocalFrame*, WebPresentationClient*);
+ PresentationReceiver(LocalFrame*, WebPresentationClient*);
~PresentationReceiver() = default;
// PresentationReceiver.idl implementation

Powered by Google App Engine
This is Rietveld 408576698