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

Unified Diff: chrome/common/extensions/docs/static/options.html

Issue 398005: Changes to follow the codesite L&F.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/static/options.html
===================================================================
--- chrome/common/extensions/docs/static/options.html (revision 32042)
+++ chrome/common/extensions/docs/static/options.html (working copy)
@@ -1,6 +1,6 @@
<div id="pageData-title" class="pageData">Options</div>
<div id="pageData-showTOC" class="pageData">true</div>
-<p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the Extensions Management page at chrome://extensions. Clicking on this link will open a new tab pointing at your options page.
+<p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.
<h2>Step 1: Declare your options page in the manifest</h2>
@@ -70,7 +70,7 @@
&lt;/html>
</pre>
-<h2>Important Notes</h2>
+<h2>Important notes</h2>
<ul>
<li>This feature is checked in to the trunk and should land in official builds sometime <b>after</b> version 4.0.222.x.</li>
<li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li>
« no previous file with comments | « chrome/common/extensions/docs/static/messaging.html ('k') | chrome/common/extensions/docs/static/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698