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

Unified Diff: content/public/browser/presentation_session.h

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: merge with master Created 4 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/public/browser/presentation_session.h
diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h
index 8e5eb54676d349921ea4872aa2c93fd359a0a9dd..526c51a0c0050259362dd8f177ab67b34750b10a 100644
--- a/content/public/browser/presentation_session.h
+++ b/content/public/browser/presentation_session.h
@@ -33,10 +33,14 @@ enum PresentationConnectionCloseReason {
struct CONTENT_EXPORT PresentationSessionInfo {
PresentationSessionInfo(const GURL& presentation_url,
const std::string& presentation_id);
+ PresentationSessionInfo(const GURL& presentation_url,
+ const std::string& presentation_id,
+ bool is_offscreen_presentation);
~PresentationSessionInfo();
const GURL presentation_url;
const std::string presentation_id;
+ const bool is_offscreen;
};
// Possible reasons why an attempt to create a presentation session failed.
« no previous file with comments | « content/public/browser/presentation_service_delegate.h ('k') | content/public/browser/presentation_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698