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

Side by Side Diff: content/common/presentation/presentation.typemap

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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation. mojom" 5 mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation. mojom"
6 public_headers = [ 6 public_headers = [
7 "//content/public/common/presentation_connection_message.h", 7 "//content/public/common/presentation_connection_message.h",
8 "//content/public/common/presentation_session.h", 8 "//content/public/common/presentation_info.h",
9 ] 9 ]
10 traits_headers = 10 traits_headers =
11 [ "//content/common/presentation/presentation_struct_traits.h" ] 11 [ "//content/common/presentation/presentation_struct_traits.h" ]
12 deps = [ 12 deps = [
13 "//url", 13 "//url",
14 ] 14 ]
15 type_mappings = [ 15 type_mappings = [
16 "blink.mojom.PresentationConnectionCloseReason=content::PresentationConnection CloseReason", 16 "blink.mojom.PresentationConnectionCloseReason=content::PresentationConnection CloseReason",
17 "blink.mojom.PresentationConnectionMessage=content::PresentationConnectionMess age[move_only]", 17 "blink.mojom.PresentationConnectionMessage=content::PresentationConnectionMess age[move_only]",
18 "blink.mojom.PresentationConnectionState=content::PresentationConnectionState" , 18 "blink.mojom.PresentationConnectionState=content::PresentationConnectionState" ,
19 "blink.mojom.PresentationError=content::PresentationError", 19 "blink.mojom.PresentationError=content::PresentationError",
20 "blink.mojom.PresentationErrorType=content::PresentationErrorType", 20 "blink.mojom.PresentationErrorType=content::PresentationErrorType",
21 "blink.mojom.PresentationSessionInfo=content::PresentationSessionInfo", 21 "blink.mojom.PresentationInfo=content::PresentationInfo",
22 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698