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

Unified Diff: chrome/docs/platform-pillar.html

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: Created 6 years, 10 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/docs/platform-pillar.html
diff --git a/chrome/docs/platform-pillar.html b/chrome/docs/platform-pillar.html
index 2a0989c099e4f4b8179a8a1c17e8ff03d2364665..edda60f82c079abec9f80108a6d687dde7fffbc8 100644
--- a/chrome/docs/platform-pillar.html
+++ b/chrome/docs/platform-pillar.html
@@ -2,7 +2,7 @@
<div class="pillar-content">
<h1>Chrome Platform</h1>
-
+
<section class="article-list g-section">
<article class="new">
<h4 class="label">Apps</h4>
@@ -16,7 +16,7 @@
<p><a href="/apps/first_app.html">Learn more</a></p>
<img src="{{static}}/images/platform-pillar/chrome_apps.png" alt="500px Chrome App launched from Chrome App Launcher">
</article>
-
+
<article>
<h4 class="label">Apps</h4>
<h2>Learn with Codelab</h2>
@@ -74,11 +74,10 @@
<ul>
<li>Act as <a href="/apps/socket.html">network clients</a>
for TCP and UDP connections.</li>
- <li>Communicate with <a href="/apps/usb.html">usb devices</a>.</li>
+ <li>Communicate with <a href="/apps/app_usb.html">usb devices</a>.</li>
<li>Read and write to devices connected to <a href="/apps/serial.html">serial ports</a>.</li>
- <li>Connect to <a href="/apps/bluetooth.html">bluetooth devices</a>.</li>
+ <li>Connect to <a href="/apps/app_bluetooth.html">bluetooth devices</a>.</li>
</ul></p>
- <p><a href="/apps/app_usb.html">Learn more</a></p>
</article>
<article>
@@ -140,7 +139,7 @@ for TCP and UDP connections.</li>
<a href="/webstore/payments-otp">monetize your extensions</a>!</p>
<p><a href="/extensions/hosting.html">Learn more</a></p>
<img src="{{static}}/images/platform-pillar/upload_extensions.png" alt="Upload extensions on chrome://extensions page.">
- </article>
+ </article>
<article>
<h4 class="label">Extensions</h4>
<h2>Themes</h2>
@@ -167,13 +166,13 @@ for TCP and UDP connections.</li>
<article>
<h4 class="label">Native Client</h4>
<h2>Tutorial</h2>
-
+
<p>This multi-part tutorial explains how to get started developing applications with Native Client.</p>
<p><a href="/native-client/devguide/tutorial/tutorial-part1">Part one</a>
shows how to build and run a simple web application
using Portable Native Client (PNaCl).</p>
-
+
<p><a href="/native-client/devguide/tutorial/tutorial-part2">Part two</a>
shows how to convert the finished PNaCl web application
to use the Native Client SDK build system and common JavaScript files.
@@ -225,7 +224,7 @@ Native Client application performance.</li>
<a href="/native-client/devguide/coding/message-system.html">messaging system</a>
to communicate between the JavaScript code and
the Native Client module's C or C++code</li>
- </ul>
+ </ul>
And much more!</p>
<p><a href="/native-client/devguide/coding/application-structure.html">Learn more</a></p>
</article>
@@ -364,7 +363,7 @@ for supplying images and promotional assets.</p>
<li><a href="https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions">Chrome Extensions</a></li>
<li><a href="https://groups.google.com/forum/#!forum/native-client-discuss">Native Client</a></li>
</ul>
- </p>
+ </p>
</article>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698