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

Side by Side Diff: native_client_sdk/src/examples/api/vpn_provider/README

Issue 1731273002: ppapi: PPB_VpnProvider: Add a simple NaCl SDK example. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-ppapi
Patch Set: Respond to reviews. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 The VpnProvider example demonstrates how to use the VpnProvider API.
2
3 This NaCl SDK example can only be used as an extension on Chrome OS.
4
5 == Compile ==
6 Run "make" from this folder, then open up chrome://extensions
7 in the browser select "Pack extension...", browse to examples/api/vpn_provider,
8 click on "Open", then on "Pack extension" and "OK". Copy the .crx to the
9 Chromebook.
10
11 == Install ==
12 To "sideload" an app or extension under Chrome OS, open up chrome://extensions
13 in the browser on the Chromebook, then open the file manager with Alt-Shift-M,
14 then drag the .crx file onto the extensions page.
15
16 == Test ==
17 After loading the extension to a Chromebook, open the 'VPN Provider' app.
18 Wait for the connection to be created. From the network configuration menu
19 select the 'Mock configuration' entry.
20
21 Observe the connection setup flow in the "VPN Provider" app.
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/api/vpn_provider/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698