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

Unified Diff: chrome/common/extensions/docs/experimental.sidebar.html

Issue 6378009: Only allow extension pages to be displayed in the sidebar to be consistent... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/experimental.sidebar.html
===================================================================
--- chrome/common/extensions/docs/experimental.sidebar.html (revision 72219)
+++ chrome/common/extensions/docs/experimental.sidebar.html (working copy)
@@ -1180,7 +1180,7 @@
<div class="description">
<p class="todo" style="display: none; ">Undocumented.</p>
- <p>Navigates sidebar for the specified tab to the specified URL.</p>
+ <p>Loads the the specified html file into the sidebar for the specified tab.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
@@ -1293,7 +1293,7 @@
</div><div>
<div>
<dt>
- <var>url</var>
+ <var>path</var>
<em>
<!-- TYPE -->
@@ -1321,10 +1321,8 @@
<dd class="todo">
Undocumented.
</dd>
+ <dd>Relative path to the html file in the extension to show in the sidebar.</dd>
<dd style="display: none; ">
- Description of this parameter from the json schema.
- </dd>
- <dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
You must omit this parameter in earlier versions,
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698