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

Side by Side Diff: chrome/common/extensions/docs/templates/private/intro_tables/windows_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 unified diff | Download patch
OLDNEW
1 The <code>chrome.windows</code> API can be used 1 The <code>chrome.windows</code> API can be used
2 without declaring any permission. 2 without declaring any permission.
3 However, the <code>"tabs"</code> permission is 3 However, the <code>"tabs"</code> permission is
4 required in order to populate the 4 required in order to populate the
5 <code><a href="tabs.html#property-Tab-url">url</a></code>, 5 <code><a href="tabs#property-Tab-url">url</a></code>,
6 <code><a href="tabs.html#property-Tab-title">title</a></code>, and 6 <code><a href="tabs#property-Tab-title">title</a></code>, and
7 <code><a href="tabs.html#property-Tab-favIconUrl">favIconUrl</a></code> propert ies of 7 <code><a href="tabs#property-Tab-favIconUrl">favIconUrl</a></code> properties o f
8 <code><a href="tabs.html#type-Tab">Tab</a></code> objects. 8 <code><a href="tabs#type-Tab">Tab</a></code> objects.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698