|
|
[Extensions] Convert APIs to use movable types [3]
Generated extensions code used to rely on linked_ptrs for non-copyable types in
containers. Now, we can make these types movable. Update the following APIs
to use movable types in this CL:
- browser.idl
- browsing_data.json
- cast_devices_private.idl
- cast_streaming_receiver_session.idl
- cast_streaming_rtp_stream.idl
- cast_streaming_session.idl
- cast_streaming_udp_transport.idl
- certificate_provider.idl
- certificate_provider_internal.idl
- chrome_web_view_internal.json
- chromeos_info_private.json
- cloud_print_private.json
- command_line_private.json
- commands.json
- content_settings.json
- context_menus.json
- context_menus_internal.json
- cookies.json
- copresence.idl
- copresence_private.idl
BUG= 595949
Committed: https://crrev.com/1cb4c0e1be53447096ae11f820bb408b71184682
Cr-Commit-Position: refs/heads/master@{#383142}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+169 lines, -186 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/cast_devices_private/cast_devices_private_api.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/certificate_provider/certificate_provider_api.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/cookies/cookies_api.cc
|
View
|
|
5 chunks |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/cookies/cookies_helpers.h
|
View
|
1
|
6 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/cookies/cookies_helpers.cc
|
View
|
|
3 chunks |
+30 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/cookies/cookies_unittest.cc
|
View
|
|
2 chunks |
+30 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence/copresence_api.cc
|
View
|
|
2 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence/copresence_translations.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence/copresence_translations.cc
|
View
|
|
1 chunk |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/copresence_private/copresence_private_api.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/browser.idl
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/browsing_data.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_devices_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_streaming_receiver_session.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_streaming_session.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_streaming_udp_transport.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/certificate_provider.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/certificate_provider_internal.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/chrome_web_view_internal.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/chromeos_info_private.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cloud_print_private.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/command_line_private.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/commands.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/content_settings.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/context_menus.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/context_menus_internal.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cookies.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/copresence.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/copresence_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/cast_streaming_native_handler.cc
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 13 (7 generated)
|