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

Unified Diff: remoting/webapp/host_screen.js

Issue 394093002: Fix for CRD webapp to install the host when it's not installed and Share is cliecked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698