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

Side by Side Diff: chrome/browser/resources/whispernet_proxy/background.html

Issue 438513002: Add the whispernet proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 i18n-values="dir:textdirection;">
xiyuan 2014/07/31 19:22:22 nit: i18n-values is not needed for extension backg
rkc 2014/07/31 23:12:53 Done.
3 <head>
4 <meta charset="utf-8">
5 <script src="js/nacl.js"></script>
6 <script src="js/wrapper.js"></script>
7 <script src="js/init.js"></script>
8 </head>
9 <body>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698