Chromium Code Reviews| Index: chrome/test/media_router/telemetry/extension/background.html |
| diff --git a/chrome/test/media_router/telemetry/extension/background.html b/chrome/test/media_router/telemetry/extension/background.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..be8b724645e13ee9d80ea5dfceccd8e0f373b802 |
| --- /dev/null |
| +++ b/chrome/test/media_router/telemetry/extension/background.html |
| @@ -0,0 +1,10 @@ |
| +<!-- Copyright (c) 2016 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> |
| + <script src="script.js"></script> |
|
mark a. foltz
2016/04/13 20:20:03
You don't need an HTML file if your background pag
Lei Lei
2016/04/14 01:55:13
Thanks for the comment, I removed background HTML
|
| + </head> |
| + <body/> |
| +</html> |