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

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

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
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">Desktop Notifica tions</a>.
3 {{:is_apps}} 3 {{:is_apps}}
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>. 4 Required if the app uses the <a href="notifications">chrome.notifications</a> AP I. Also allows the app to use the proposed HTML5 <a href="http://www.chromium.or g/developers/design-documents/desktop-notifications/api-specification">notificat ion API</a> without calling permission methods (such as <code>checkPermission()< /code>). For more information see <a href="desktop_notifications">Desktop Notifi cations</a>.
5 {{/is_apps}} 5 {{/is_apps}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698