| Index: chrome/common/extensions/api/notification_provider.idl
|
| diff --git a/chrome/common/extensions/api/notification_provider.idl b/chrome/common/extensions/api/notification_provider.idl
|
| index 435615b5a932ecab4b8cc34fc85e1afc417fcc54..d70f66334a9d68eb146c02135c65a20583c1dcb6 100644
|
| --- a/chrome/common/extensions/api/notification_provider.idl
|
| +++ b/chrome/common/extensions/api/notification_provider.idl
|
| @@ -6,7 +6,7 @@
|
| // notifications that would otherwise go into the Chrome Notification Center,
|
| // get notifiers' information, and inform notifiers about users' actions on the
|
| // notifications.
|
| -namespace notificationProvider {
|
| +[use_movable_types=true] namespace notificationProvider {
|
|
|
| // TODO(liyanhou): Use notifications.PermissionLevel everywhere and delete
|
| // this type. See http://crbug.com/398266.
|
|
|