|
|
[Extensions] Convert APIs to use movable types [1]
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:
- accessibility_features.json
- activity_log_private.json
- appview_tag.idl
- audio_modem.idl
- autofill_private.idl
- automation.idl
- automation_internal.idl
- autotest_private.idl
- bluetooth_low_energy.idl
BUG= 595949
Committed: https://crrev.com/22abe73df650a8adaf0b78e02ebbbb4e670f3470
Cr-Commit-Position: refs/heads/master@{#384120}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -214 lines) |
Patch |
 |
M |
chrome/browser/extensions/activity_log/activity_actions.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_actions.cc
|
View
|
|
2 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc
|
View
|
|
2 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/activity_log_private/activity_log_private_api_unittest.cc
|
View
|
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/audio_modem/audio_modem_api.cc
|
View
|
1
|
1 chunk |
+19 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/autofill_private/autofill_private_api.cc
|
View
|
|
1 chunk |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc
|
View
|
|
2 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/autofill_private/autofill_util.h
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/autofill_private/autofill_util.cc
|
View
|
|
5 chunks |
+44 lines, -50 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
View
|
|
3 chunks |
+12 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
View
|
|
4 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
View
|
|
4 chunks |
+18 lines, -45 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/accessibility_features.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/activity_log_private.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/appview_tag.idl
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/audio_modem.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/autofill_private.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/automation.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/automation_internal.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/autotest_private.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/bluetooth_low_energy.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20 (12 generated)
|