| Index: chrome/common/extensions/docs/templates/private/permissions/notifications.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/permissions/notifications.html b/chrome/common/extensions/docs/templates/private/permissions/notifications.html
|
| index ddc9a8a6f611730afeb515b4f19b7cb325c4e638..18c37ae1fd0947e5694967cfa8e32019eb02e01e 100644
|
| --- a/chrome/common/extensions/docs/templates/private/permissions/notifications.html
|
| +++ b/chrome/common/extensions/docs/templates/private/permissions/notifications.html
|
| @@ -1,5 +1,5 @@
|
| {{^is_apps}}
|
| Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications.html">Desktop Notifications</a>.
|
| {{:is_apps}}
|
| -Required if the app uses the <a href="notifications.html">chrome.notifications</a> module. Also allows the app to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications.html">Desktop Notifications</a>.
|
| +Required if the app uses the <a href="notifications.html">chrome.notifications</a> API. Also allows the app to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications.html">Desktop Notifications</a>.
|
| {{/is_apps}}
|
|
|