Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: remoting/webapp/me2mom/plugin_settings.js

Issue 9148043: Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webapp_it2me back Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/me2mom/oauth2_callback.html ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « remoting/webapp/me2mom/oauth2_callback.html ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698