| 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 98%
|
| rename from chrome/common/extensions/api/experimental_notification.idl
|
| rename to chrome/common/extensions/api/notifications.idl
|
| index 4ef290f096d76b87cc2c13d308f5f147f90d4f9f..296ef32ab6e84f60525429f6ef3eb880e059156a 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.
|
|
|
| -[nodoc] namespace experimental.notification {
|
| +[nodoc] namespace notifications {
|
| enum TemplateType {
|
| // icon, title, message
|
| simple,
|
|
|