Index: trunk/src/remoting/webapp/build-webapp.py |
=================================================================== |
--- trunk/src/remoting/webapp/build-webapp.py (revision 267063) |
+++ trunk/src/remoting/webapp/build-webapp.py (working copy) |
@@ -189,11 +189,6 @@ |
findAndReplace(os.path.join(destination, 'plugin_settings.js'), |
'HOST_PLUGIN_MIMETYPE', hostPluginMimeType) |
- # Set client plugin type. |
- client_plugin = 'pnacl' if webapp_type == 'v2_pnacl' else 'native' |
- findAndReplace(os.path.join(destination, 'plugin_settings.js'), |
- "'CLIENT_PLUGIN_TYPE'", "'" + client_plugin + "'") |
- |
# Allow host names for google services/apis to be overriden via env vars. |
oauth2AccountsHost = os.environ.get( |
'OAUTH2_ACCOUNTS_HOST', 'https://accounts.google.com') |