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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_identity.html

Issue 11035015: Merge 159156 - Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/app_identity.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/app_identity.html (revision 159603)
+++ chrome/common/extensions/docs/templates/articles/app_identity.html (working copy)
@@ -58,7 +58,7 @@
<li>Get the authentication token.</li>
</ol>
-<h3>Add permissions and upload app</h3>
+<h3 id="add_permissions">Add permissions and upload app</h3>
<p>
The identity API is still experimental.
@@ -75,7 +75,7 @@
]
</pre>
-<h3>Copy key to your manifest</h3>
+<h3 id="copy_key">Copy key to your manifest</h3>
<p>
You need to copy the key in the installed
@@ -97,7 +97,7 @@
<li>Copy the "key" in the installed <code>manifest.json</code> and paste it into your app's source manifest file.</li>
</ol>
-<h3>Get your client ID</h3>
+<h3 id="client_id">Get your client ID</h3>
<p>
Setting up the client ID is currently not available externally
@@ -108,7 +108,7 @@
we will reply appropriately with your OAuth2 client ID.
</p>
-<h3>Update your manifest</h3>
+<h3 id="update_manifest">Update your manifest</h3>
<p>
You need to update your manifest to include
@@ -129,7 +129,7 @@
}
</pre>
-<h3>Get the token</h3>
+<h3 id="token">Get the token</h3>
<p>
You are now ready to get the auth token:
@@ -151,7 +151,7 @@
<li>Get the authentication token.</li>
</ol>
-<h3>Register with the provider</h3>
+<h3 id="register_provider">Register with the provider</h3>
<p>
You need to register an OAuth2 client ID with the provider
@@ -169,7 +169,7 @@
<code>https://abcdefghijklmnopqrstuvwxyzabcdef.chromiumapp.org/provider_cb</code>
</p>
-<h3>Add permissions for provider</h3>
+<h3 id="permissions_provider">Add permissions for provider</h3>
<p>
To make cross-original XHRs to Google API endpoints,
@@ -185,7 +185,7 @@
]
</pre>
-<h3>Get the token</h3>
+<h3 id="token2">Get the token</h3>
<p>
To get the token:
@@ -218,7 +218,7 @@
The app should extract the token out of the URL.
</p>
-<h3>Interactive versus silent mode</h3>
+<h3 id="interactive">Interactive versus silent mode</h3>
<p>
When calling <code>launchWebAuthFlow</code>,
@@ -246,4 +246,4 @@
Note that we do not enforce gesture requirement.
</p>
-<p class="backtotop"><a href="#top">Back to top</a></p>
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698