Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: chrome/common/extensions/docs/templates/private/permissions/notifications.html

Issue 23494015: Docserver: fix bug where we were overriding hand-written descriptions of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small clarification Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{^is_apps}} 1 {{^is_apps}}
2 Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/ developers/design-documents/desktop-notifications/api-specification">notificatio n API</a> without calling permission methods (such as <code>checkPermission()</c ode>). For more information see <a href="desktop_notifications.html">Desktop Not ifications</a>. 2 Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/ developers/design-documents/desktop-notifications/api-specification">notificatio n API</a> without calling permission methods (such as <code>checkPermission()</c ode>). For more information see <a href="desktop_notifications.html">Desktop Not ifications</a>.
3 {{:is_apps}} 3 {{:is_apps}}
4 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.chr omium.org/developers/design-documents/desktop-notifications/api-specification">n otification API</a> without calling permission methods (such as <code>checkPermi ssion()</code>). For more information see <a href="desktop_notifications.html">D esktop Notifications</a>. 4 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.chromi um.org/developers/design-documents/desktop-notifications/api-specification">noti fication API</a> without calling permission methods (such as <code>checkPermissi on()</code>). For more information see <a href="desktop_notifications.html">Desk top Notifications</a>.
5 {{/is_apps}} 5 {{/is_apps}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698