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

Unified Diff: blimp/common/switches.h

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Linting. Created 4 years, 3 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 | « blimp/common/proto/protocol_control.proto ('k') | blimp/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/switches.h
diff --git a/blimp/common/switches.h b/blimp/common/switches.h
index e29bd335647dc606bbcbcbe580cba1c5ada5171a..4a9a74ada07f6563679b46c9493805d32bddec32 100644
--- a/blimp/common/switches.h
+++ b/blimp/common/switches.h
@@ -10,7 +10,7 @@
namespace blimp {
// Path to the client token/shared secret between the Engine and the Client.
-extern BLIMP_COMMON_EXPORT const char kClientTokenPath[];
+extern BLIMP_COMMON_EXPORT const char kClientAuthTokenPath[];
} // namespace blimp
« no previous file with comments | « blimp/common/proto/protocol_control.proto ('k') | blimp/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698