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

Unified Diff: remoting/webapp/app_remoting/js/loading_window.js

Issue 955283002: Converted remoting.Error from an enum to a class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Smaller diff. Created 5 years, 10 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/app_remoting/js/loading_window.js
diff --git a/remoting/webapp/app_remoting/js/loading_window.js b/remoting/webapp/app_remoting/js/loading_window.js
index 16abf906e442b00c48e0e4e63631a1b6ff6176e8..b14f19db0c68a1cabb1176cc1eebfeb3b705da30 100644
--- a/remoting/webapp/app_remoting/js/loading_window.js
+++ b/remoting/webapp/app_remoting/js/loading_window.js
@@ -26,7 +26,7 @@ remoting.LoadingWindow = function() {};
remoting.LoadingWindow.onTimeout_ = function() {
remoting.MessageWindow.showErrorMessage(
remoting.app.getApplicationName(),
- chrome.i18n.getMessage(remoting.Error.SERVICE_UNAVAILABLE));
+ chrome.i18n.getMessage(remoting.Error.Tag.SERVICE_UNAVAILABLE));
};
/**

Powered by Google App Engine
This is Rietveld 408576698