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

Unified Diff: content/browser/presentation/presentation_type_converters.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/browser/presentation/presentation_type_converters.h
diff --git a/content/browser/presentation/presentation_type_converters.h b/content/browser/presentation/presentation_type_converters.h
index 9285dfae09ebb676389ee65fdfc7c1fee6c132c6..b622b60a3e201665bee397b827cae32b2527fd95 100644
--- a/content/browser/presentation/presentation_type_converters.h
+++ b/content/browser/presentation/presentation_type_converters.h
@@ -33,6 +33,7 @@ struct TypeConverter<blink::mojom::PresentationSessionInfoPtr,
blink::mojom::PresentationSessionInfo::New());
output->url = input.presentation_url;
output->id = input.presentation_id;
+ output->is_offscreen = input.is_offscreen;
return output;
}
};
« no previous file with comments | « content/browser/presentation/presentation_service_impl_unittest.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698