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

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

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update PresentationServiceDelegateImpl unittest Created 3 years, 9 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/ExistingPresentationConnectionCallbacks.h
diff --git a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
index 7a94e65078b7d2621f90b2f838d5e392bba2ebca..8b16622aa1543108fcd168c45db9e3d54fa35fda 100644
--- a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
+++ b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
@@ -14,8 +14,8 @@ namespace blink {
class PresentationConnection;
class ScriptPromiseResolver;
+struct WebPresentationInfo;
struct WebPresentationError;
-struct WebPresentationSessionInfo;
// ExistingPresentationConnectionCallbacks extends WebCallbacks to resolve the
// underlying promise. It takes the PresentationConnection object that
@@ -31,7 +31,7 @@ class ExistingPresentationConnectionCallbacks final
~ExistingPresentationConnectionCallbacks() override = default;
// WebCallbacks implementation
- void onSuccess(const WebPresentationSessionInfo&) override;
+ void onSuccess(const WebPresentationInfo&) override;
void onError(const WebPresentationError&) override;
// WebPresentationConnectionCallbacks implementation

Powered by Google App Engine
This is Rietveld 408576698