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

Unified Diff: remoting/protocol/errors.h

Issue 1238343002: Added ConnectionTimeObserver to calculate the times to authenticate and connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused headers. Created 5 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 | « remoting/protocol/connection_to_host_impl.cc ('k') | remoting/protocol/errors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/errors.h
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index 7f4daf64031c6b8d4341c24da623b72bef84894a..4f91e23407bb3cb55a2c7832807379e80c610bb7 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -25,6 +25,9 @@ enum ErrorCode {
UNKNOWN_ERROR,
};
+// Returns the literal string of |error|.
+const char* ErrorCodeToString(ErrorCode error);
+
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/connection_to_host_impl.cc ('k') | remoting/protocol/errors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698