Chromium Code Reviews| 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 56% |
| copy from remoting/webapp/crd/html/template_background.html |
| copy to remoting/tools/remote_test_helper/client.html |
| index c9d416b2d47ded781106f3c52e0abf9d4f4820b1..eb1c1115f78c129a4dd1992f7c858190f6af65d7 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 (c) 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> |
|
Jamie
2014/12/17 03:15:41
Is the leading slash needed in this URL?
Mike Meade
2014/12/18 18:54:25
Done.
|
| </head> |
| <body> |
| </body> |