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

Side by Side Diff: chrome/test/data/extensions/api_test/socket/ppapi/index.html

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>chrome.socket</title>
5 <script src="controller.js"></script>
6 </head>
7 <body>
8 <embed id="nacl_module" src="extensions_api_test_socket_ppapi.nmf"
9 type="application/x-nacl" />
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698