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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/server2/templates/articles/autoupdate.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/autoupdate.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/autoupdate.html (working copy)
@@ -1,6 +1,6 @@
-<div id="pageData-name" class="pageData">Autoupdating</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Autoupdating</h1>
+
<p>We want extensions to be autoupdated for some of the same reasons as Google Chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p>
<p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release updated versions of your extension to users, as well as to the Chrome Web Store.</p>
@@ -147,4 +147,4 @@
&lt;/gupdate&gt;
</pre>
-<p>This would ensure that users of this extension would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
+<p>This would ensure that users of this extension would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>

Powered by Google App Engine
This is Rietveld 408576698