Index: remoting/webapp/host_screen.js |
diff --git a/remoting/webapp/host_screen.js b/remoting/webapp/host_screen.js |
index e188ed54d74e2f814a2344e5ab1de555cc69e8dc..7aa917fdd20d86ef1455c5022fb39c63b40bf3d4 100644 |
--- a/remoting/webapp/host_screen.js |
+++ b/remoting/webapp/host_screen.js |
@@ -41,13 +41,7 @@ remoting.tryShare = function() { |
remoting.startHostUsingFacade_(hostFacade); |
}; |
- /** @param {remoting.Error} error */ |
- var onFacadeInitializationFailed = function(error) { |
- if (error != remoting.Error.MISSING_PLUGIN) { |
- showShareError_(error); |
- return; |
- } |
- |
+ var onFacadeInitializationFailed = function() { |
// If we failed to initialize the dispatcher then prompt the user to install |
// the host manually. |
var hasHostDialog = (hostInstallDialog != null); /** jscompile hack */ |