| Index: remoting/webapp/me2mom/plugin_settings.js
|
| diff --git a/remoting/webapp/me2mom/plugin_settings.js b/remoting/webapp/me2mom/plugin_settings.js
|
| deleted file mode 100644
|
| index b1958047ea9137a0d36c573edc925ec98b17feba..0000000000000000000000000000000000000000
|
| --- a/remoting/webapp/me2mom/plugin_settings.js
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright (c) 2011 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.
|
| -
|
| -// Contains all the settings that may need massaging by the build script.
|
| -// Keeping all that centralized here allows us to use symlinks for the other
|
| -// files making for a faster compile/run cycle when only modifying HTML/JS.
|
| -
|
| -/** @suppress {duplicate} */
|
| -var remoting = remoting || {};
|
| -
|
| -/**
|
| - * The MIME type of the Host plugin.
|
| - * @type {string}
|
| - */
|
| -remoting.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
|
|
|