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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/whispernet_proxy/background.html
diff --git a/chrome/browser/resources/whispernet_proxy/background.html b/chrome/browser/resources/whispernet_proxy/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..230495425aa3d3e090859f042711715b2ed12580
--- /dev/null
+++ b/chrome/browser/resources/whispernet_proxy/background.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<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.
+<head>
+<meta charset="utf-8">
+<script src="js/nacl.js"></script>
+<script src="js/wrapper.js"></script>
+<script src="js/init.js"></script>
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698