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

Unified Diff: blimp/common/switches.h

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Created 4 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698