| Index: chrome/browser/devtools/device/webrtc/js/webrtc_device_provider.js
|
| diff --git a/chrome/browser/devtools/device/webrtc/js/webrtc_device_provider.js b/chrome/browser/devtools/device/webrtc/js/webrtc_device_provider.js
|
| deleted file mode 100644
|
| index a9e67fe3858c30973320a525de8373772e7d232a..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/devtools/device/webrtc/js/webrtc_device_provider.js
|
| +++ /dev/null
|
| @@ -1,28 +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.
|
| -
|
| -/**
|
| - * @constructor
|
| - */
|
| -function WebRTCDeviceProvider() {
|
| -}
|
| -
|
| -WebRTCDeviceProvider.prototype.handleCommandFailure = function() {
|
| - // TODO(serya): Remove debugging code and implement.
|
| - console.error('Command failed');
|
| -};
|
| -
|
| -WebRTCDeviceProvider.prototype.handleCommandSuccess = function(result) {
|
| - // TODO(serya): Remove debugging code and implement.
|
| - console.log('Command succeded', result);
|
| -};
|
| -
|
| -WebRTCDeviceProvider.prototype.startSessionIfNeeded = function(deviceId) {
|
| - // TODO(serya): Remove debugging code and implement.
|
| - this.lastDeviceId = deviceId;
|
| -};
|
| -
|
| -addEventListener('DOMContentLoaded', function() {
|
| - window.WebRTCDeviceProvider.instance = new WebRTCDeviceProvider();
|
| -}, false);
|
|
|