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

Unified Diff: chrome/common/extensions/docs/templates/intros/vpnProvider.html

Issue 804363002: Improve Chrome OS VPN API documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@managed_cros
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/intros/vpnProvider.html
diff --git a/chrome/common/extensions/docs/templates/intros/vpnProvider.html b/chrome/common/extensions/docs/templates/intros/vpnProvider.html
index 936d66038fe9c3ed973def58a62b1abe1bde2254..449469b54de70285206148284eaf0f1cc806a074 100644
--- a/chrome/common/extensions/docs/templates/intros/vpnProvider.html
+++ b/chrome/common/extensions/docs/templates/intros/vpnProvider.html
@@ -20,8 +20,8 @@ Typical usage of vpnProvider is as follows:
$(ref:notifyConnectionStateChanged).</li>
<li>When the steps above are completed without errors, a virtual tunnel is
created to the network stack of Chrome OS. IP packets can be sent through
- the tunnel using $(ref:sendPacket) and any incoming packets will be received
- using the event $(ref:onPacketReceived).</li>
+ the tunnel using $(ref:sendPacket) and any packets originating on the Chrome
+ OS device will be received using the event $(ref:onPacketReceived).</li>
<li>When the user disconnects from the VPN configuration,
$(ref:onPlatformMessage) will be fired with the message
<code>"disconnected"</code>.</li>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698