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

Unified Diff: chrome/common/extensions/docs/templates/private/permissions/host_permissions.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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/permissions/host_permissions.html
diff --git a/chrome/common/extensions/docs/templates/private/permissions/host_permissions.html b/chrome/common/extensions/docs/templates/private/permissions/host_permissions.html
index 51bbffc37c267d8ce795c27e44579de7b6adff98..5276886375816a515e346dbdedc178ae671e2651 100644
--- a/chrome/common/extensions/docs/templates/private/permissions/host_permissions.html
+++ b/chrome/common/extensions/docs/templates/private/permissions/host_permissions.html
@@ -1 +1 @@
-Specifies a <em>host permission</em>. Required if the extension or app wants to interact with the code running on pages. Many capabilities, such as <a href="xhr.html">cross-origin XMLHttpRequests</a>, <a href="content_scripts.html#pi">programmatically injected content scripts</a>, and <a href="cookies.html">the extension's cookies API</a> require host permissions. For details on the syntax, see <a href="match_patterns.html">Match Patterns</a>. A path is allowed but treated as <code>/*</code>.
+Specifies a <em>host permission</em>. Required if the extension or app wants to interact with the code running on pages. Many capabilities, such as <a href="xhr">cross-origin XMLHttpRequests</a>, <a href="content_scripts#pi">programmatically injected content scripts</a>, and <a href="cookies">the extension's cookies API</a> require host permissions. For details on the syntax, see <a href="match_patterns">Match Patterns</a>. A path is allowed but treated as <code>/*</code>.

Powered by Google App Engine
This is Rietveld 408576698