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

Unified Diff: third_party/WebKit/Source/modules/presentation/BUILD.gn

Issue 2602523002: [Presentation API] Resolve PresentationRequest::reconnect() with existing presentation connection i… (Closed)
Patch Set: remove getExecutionContext() null check in PresentationRequest::reconnect() Created 3 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
Index: third_party/WebKit/Source/modules/presentation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/presentation/BUILD.gn b/third_party/WebKit/Source/modules/presentation/BUILD.gn
index 03396e4d1a2810835cd769d6da3205738e596611..c7550d8b0aab1c854e230791f31510696f576c3a 100644
--- a/third_party/WebKit/Source/modules/presentation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/presentation/BUILD.gn
@@ -6,6 +6,8 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("presentation") {
sources = [
+ "ExistingPresentationConnectionCallbacks.cpp",
+ "ExistingPresentationConnectionCallbacks.h",
"NavigatorPresentation.cpp",
"NavigatorPresentation.h",
"Presentation.cpp",

Powered by Google App Engine
This is Rietveld 408576698