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

Unified Diff: remoting/webapp/plugin_settings.js

Issue 344773002: Revert 278198 "Remove NPAPI plugin from chromoting webapp." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2058/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
« no previous file with comments | « remoting/webapp/js_proto/remoting_proto.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/plugin_settings.js
===================================================================
--- remoting/webapp/plugin_settings.js (revision 278256)
+++ remoting/webapp/plugin_settings.js (working copy)
@@ -19,6 +19,8 @@
// 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.*/
« no previous file with comments | « remoting/webapp/js_proto/remoting_proto.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698