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

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

Issue 10914218: Removing references to legacy packaged apps across extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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/server2/templates/articles/autoupdate.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html b/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html
index 4c340bbb6d49b2056628fd8d64e39222e313ce6d..355c7498f63e2e5da6e4c4dce79c4bc1b9efb57c 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html
@@ -50,21 +50,9 @@ and <strong>&lt;updatecheck></strong> elements of the update manifest:
<p><b>appid</b><br>
The extension ID, generated based on a hash of the extension's public key,
as described in <a href="packaging.html">Packaging</a>. You can find the
-ID of an extension or packaged app by going to the Extensions page (<b>chrome://extensions</b>).
-
-Hosted apps, however, are not listed on the Extensions page. You can find the ID of any
Mihai Parparita -not on Chrome 2012/09/16 04:55:02 Hosted apps are not (publicly) deprecated yet, we
Aaron Boodman 2012/09/17 21:23:08 Again, this caveat is something that should only b
mkearney1 2012/09/17 21:30:17 Yes, we need the apps stuff to be in apps docs-- i
-app using the following steps:
+ID of an extension by going to the Extensions page (<b>chrome://extensions</b>).
Aaron Boodman 2012/09/16 00:44:35 What did we decide to do about pages like this tha
Mihai Parparita -not on Chrome 2012/09/16 04:55:02 Given that this page appears in the apps doc set t
Aaron Boodman 2012/09/17 21:18:04 Yeah. My question was what we decided to do in the
mkearney1 2012/09/17 21:30:17 I have a to-do to investigate if there are any spe
</p>
-<ul>
- <li> Open the app. You can do this by clicking its icon on the New Tab page.</li>
- <li> Open the JavaScript console. You can do this by clicking the wrench icon
- and choosing <b>Tools &gt; JavaScript Console</b>.</li>
- <li> Enter the following expression into the JavaScript console: <code>chrome.app.getDetails().id</code>
- <p>The console shows the app's ID as a quoted string.</p>
- </li>
-</ul>
-
<p><b>codebase</b><br>
A URL to the extension's <code>.crx</code> file.</p>

Powered by Google App Engine
This is Rietveld 408576698