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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 9860045: Address remaining nits for r129104. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/client/plugin/chromoting_instance.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index 633bc929ce1922ca484e50fb219fcdcbca0c6927..341411b0ed00f51d306b0d44478a1f48c3e6c9c2 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -79,8 +79,8 @@ std::string ConnectionErrorToString(ChromotingInstance::ConnectionError error) {
return "INCOMPATIBLE_PROTOCOL";
case ChromotingInstance::ERROR_NETWORK_FAILURE:
return "NETWORK_FAILURE";
- case ChromotingInstance::ERROR_HOST_IS_DISABLED:
- return "HOST_IS_DISABLED";
+ case ChromotingInstance::ERROR_HOST_OVERLOAD:
+ return "HOST_OVERLOAD";
}
NOTREACHED();
return "";
« no previous file with comments | « remoting/client/plugin/chromoting_instance.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698