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

Unified Diff: remoting/webapp/plugin_settings.js

Issue 342583002: Remove NPAPI plugin from chromoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: remoting/webapp/plugin_settings.js
diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js
index 2d1f26496ac64d7775ee603263619fe6c5e1cfc7..c2ac9f716f378a412350503262d741baf3e23a21 100644
--- a/remoting/webapp/plugin_settings.js
+++ b/remoting/webapp/plugin_settings.js
@@ -19,8 +19,6 @@ remoting.Settings = function() {};
// The settings on this file are automatically substituted by build-webapp.py.
// Do not override them manually, except for running local tests.
-/** @type {string} MIME type for the host plugin.*/
-remoting.Settings.prototype.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
/** @type {string} API client ID.*/
remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
/** @type {string} API client secret.*/

Powered by Google App Engine
This is Rietveld 408576698