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

Unified Diff: chrome/common/extensions/docs/omnibox.html

Issue 8770051: Add a few permissions to the optional permission whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years 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/docs/extension.html ('k') | chrome/common/extensions/docs/permissions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/omnibox.html
diff --git a/chrome/common/extensions/docs/omnibox.html b/chrome/common/extensions/docs/omnibox.html
index d871e926d54dbcf28436891c18e51544cfc348cf..b26f63ae769181482b6140eae6cb75380ae34859 100644
--- a/chrome/common/extensions/docs/omnibox.html
+++ b/chrome/common/extensions/docs/omnibox.html
@@ -329,9 +329,9 @@
<li>
<a href="#global-methods">Methods</a>
<ol>
- <li>
+ <li style="display: none; ">
<a href="#method-anchor">methodName</a>
- </li><li style="">
+ </li><li>
<a href="#method-setDefaultSuggestion">setDefaultSuggestion</a>
</li>
</ol>
@@ -494,7 +494,7 @@ You can find samples of this API on the
<h3>Methods</h3>
<!-- iterates over all functions -->
- <div class="apiItem">
+ <div class="apiItem" style="display: none; ">
<a></a> <!-- method-anchor -->
<h4>method name</h4>
@@ -560,7 +560,7 @@ You can find samples of this API on the
</p>
</div> <!-- /description -->
- </div><div class="apiItem" style="">
+ </div><div class="apiItem">
<a name="method-setDefaultSuggestion"></a> <!-- method-anchor -->
<h4>setDefaultSuggestion</h4>
« no previous file with comments | « chrome/common/extensions/docs/extension.html ('k') | chrome/common/extensions/docs/permissions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698