|
|
[Extensions] Convert APIs to use movable types [7]
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:
- language_settings_private.idl
- launcher_page.idl
- launcher_search_provider.idl
- log_private.idl
- manifest_types.json
- mdns.idl
- media_galleries.idl
- media_player_private.json
- metrics_private.json
- music_manager_private.idl
- notification_provider.idl
- notifications.idl
BUG= 595949
Committed: https://crrev.com/f841714cfa6a02bfa3f4bb5cdb3e0bda2ba7d8a6
Cr-Commit-Position: refs/heads/master@{#383746}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+138 lines, -171 lines) |
Patch |
 |
M |
chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc
|
View
|
|
3 chunks |
+12 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.cc
|
View
|
|
2 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/log_parser.h
|
View
|
|
2 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/log_parser.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
View
|
|
3 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/syslog_parser.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/syslog_parser.cc
|
View
|
1
|
4 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/log_private/syslog_parser_unittest.cc
|
View
|
|
2 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/mdns/mdns_api.cc
|
View
|
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/notification_provider/notification_provider_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/notifications/notifications_api.cc
|
View
|
|
4 chunks |
+12 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/notification_conversion_helper.cc
|
View
|
|
2 chunks |
+17 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/language_settings_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/launcher_page.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/launcher_search_provider.idl
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/log_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/manifest_types.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/mdns.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/media_galleries.idl
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/media_player_private.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/metrics_private.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/music_manager_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/notification_provider.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/notifications.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/utility/media_galleries/media_metadata_parser.cc
|
View
|
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
Total messages: 15 (5 generated)
|