| Index: chrome/common/extensions/api/experience_sampling_private.json
|
| diff --git a/chrome/common/extensions/api/experience_sampling_private.json b/chrome/common/extensions/api/experience_sampling_private.json
|
| index c6a171f9a295ced874e964a2deb272d0ceffac8f..4aeb6096841fb6d57e1e939c10caa449cb55115c 100644
|
| --- a/chrome/common/extensions/api/experience_sampling_private.json
|
| +++ b/chrome/common/extensions/api/experience_sampling_private.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "experienceSamplingPrivate",
|
| "description": "The experienceSamplingPrivate API listens for when various types of UI elements are displayed and closed (interstitials, infobars, etc.) and pass these events along to whitelisted extensions, along with information about the user’s decisions.",
|
| + "compiler_options": {"use_movable_types": true},
|
| "types": [
|
| {
|
| "id": "UIElement",
|
|
|