Chromium Code Reviews| Index: chrome/common/extensions/api/experimental_notification.idl |
| diff --git a/chrome/common/extensions/api/experimental_notification.idl b/chrome/common/extensions/api/experimental_notification.idl |
| index 2c43dc09bd02ef684060d59cbd48fe2a4fb2219f..6c404034a072cb19f2c603b843a5e73a1c5b68ee 100644 |
| --- a/chrome/common/extensions/api/experimental_notification.idl |
| +++ b/chrome/common/extensions/api/experimental_notification.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 { |
| +namespace experimental.notification { |
|
miket_OOO
2013/03/04 22:06:56
See https://codereview.chromium.org/12313115/. Dro
mkearney1
2013/03/06 00:03:40
Holding off on this until official move out of exp
|
| enum TemplateType { |
| // icon, title, message |
| simple, |