| Index: chrome/browser/devtools/device/webrtc/webrtc_device_provider_browsertest.js
|
| diff --git a/chrome/browser/devtools/device/webrtc/webrtc_device_provider_browsertest.js b/chrome/browser/devtools/device/webrtc/webrtc_device_provider_browsertest.js
|
| deleted file mode 100644
|
| index 29d33d5c9bd8d73c3cb5bacf8372c2b452371417..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/devtools/device/webrtc/webrtc_device_provider_browsertest.js
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// 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.
|
| -
|
| -/**
|
| - * Test fixture for WebRTCDeviceProvider.
|
| - * @constructor
|
| - * @extends {testing.Test}
|
| - */
|
| -function WebRTCDeviceProviderBrowserTest() {}
|
| -
|
| -WebRTCDeviceProviderBrowserTest.prototype = {
|
| - __proto__: testing.Test.prototype,
|
| -
|
| - /**
|
| - * Browse to the worker.
|
| - */
|
| - browsePreload: 'chrome://webrtc-device-provider/background_worker.html',
|
| -
|
| - isAsync: true,
|
| -};
|
| -
|
| -TEST_F('WebRTCDeviceProviderBrowserTest', 'TestLoads', function() {
|
| - testDone();
|
| -});
|
|
|