Index: remoting/tools/remote_test_helper/client.html |
diff --git a/remoting/webapp/crd/html/template_background.html b/remoting/tools/remote_test_helper/client.html |
similarity index 57% |
copy from remoting/webapp/crd/html/template_background.html |
copy to remoting/tools/remote_test_helper/client.html |
index c9d416b2d47ded781106f3c52e0abf9d4f4820b1..90483cbcabdd7f2beeb3209c4573d4406144da2d 100644 |
--- a/remoting/webapp/crd/html/template_background.html |
+++ b/remoting/tools/remote_test_helper/client.html |
@@ -1,14 +1,13 @@ |
<!doctype html> |
<!-- |
-Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+Copyright 2014 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
- |
<html> |
<head> |
- <meta charset="utf-8"> |
- <meta-include type="javascript"/> |
+ <title>Client Page</title> |
+ <script src="jsonrpc.js"></script> |
</head> |
<body> |
</body> |