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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 1466573002: Presentation API: implement renderer side of PresentationConnection.close(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: content/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index 1bf5559756025cc573d5d90b0277f89d20aecee4..1ee061ed29a8d54c4bcea79899c86b7bcb4251f6 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -76,6 +76,8 @@ class CONTENT_EXPORT PresentationDispatcher
const blink::WebString& presentationId,
const uint8* data,
size_t length) override;
+ void closeSession(const blink::WebString& presentationUrl,
+ const blink::WebString& presentationId) override;
void terminateSession(const blink::WebString& presentationUrl,
const blink::WebString& presentationId) override;
void getAvailability(

Powered by Google App Engine
This is Rietveld 408576698