| Index: chrome/browser/devtools/device/webrtc/background_worker.html
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html b/chrome/browser/devtools/device/webrtc/background_worker.html
|
| similarity index 64%
|
| copy from chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html
|
| copy to chrome/browser/devtools/device/webrtc/background_worker.html
|
| index 2ea212f836971a039c019d2006f7a593d3d1702c..9b630fc27b99d5d122f98ebc7df5af6febd7d8a7 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html
|
| +++ b/chrome/browser/devtools/device/webrtc/background_worker.html
|
| @@ -1,5 +1,11 @@
|
| +<!DOCTYPE HTML>
|
| <!--
|
| -- 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>
|
| +<script src="js/webrtc_device_provider.js"></script>
|
| +</head>
|
| +</html>
|
|
|