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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/identity.html

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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
(Empty)
1 <table class="intro">
2 <tr>
3 <th scope="col"></th>
4 <th scope="col"></th>
5 </tr>
6 <tr>
7 <td><strong>Description:</strong></td>
8 <td>Use the <code>chrome.identity</code> module
9 to get OAuth2 access tokens.</td>
10 </tr>
11 <tr>
12 <td><strong>Availability:</strong></td>
13 <td>Google Chrome 29</td>
14 </tr>
15 <tr>
16 <td><strong>Permissions:</strong></td>
17 <td><code>"identity"</code></td>
18 </tr>
19 <tr>
20 <td><strong>Learn more:</strong></td>
21 <td><a href="app_identity.html">Identify User</a></td>
22 </tr>
23 </table>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/i18n.html ('k') | chrome/common/extensions/docs/templates/intros/idle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698