| Index: chrome/common/extensions/api/notifications.idl
|
| diff --git a/chrome/common/extensions/api/experimental_notification.idl b/chrome/common/extensions/api/notifications.idl
|
| similarity index 99%
|
| rename from chrome/common/extensions/api/experimental_notification.idl
|
| rename to chrome/common/extensions/api/notifications.idl
|
| index e2e6867b7997dfceeef8396cbde65ab5f4521493..9fdabdd6cfcd6bbb70ab7bfbe6b0b45219a95562 100644
|
| --- a/chrome/common/extensions/api/experimental_notification.idl
|
| +++ b/chrome/common/extensions/api/notifications.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -namespace experimental.notification {
|
| +namespace notifications {
|
| enum TemplateType {
|
| // icon, title, message
|
| simple,
|
|
|