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

Unified Diff: blimp/helium/result.h

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Fixed a few minor comments Created 4 years, 1 month 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: blimp/helium/result.h
diff --git a/blimp/helium/result.h b/blimp/helium/result.h
index bbc2f1e5cf5961ff390b92fb308dff1ebc58ee78..6c5f128b2e4788e8439933c91c5bf62fb689c19b 100644
--- a/blimp/helium/result.h
+++ b/blimp/helium/result.h
@@ -11,7 +11,7 @@ namespace blimp {
namespace helium {
// Defines the canonical list of Helium result codes.
-// Result::OK is the only non-error code.
+// Result::SUCCESS is the only non-error code.
// All other codes are considered errors and are prefixed by ERR_.
// See error_list.h for the unprefixed list of error codes.
//

Powered by Google App Engine
This is Rietveld 408576698