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

Unified Diff: components/copresence/rpc/http_post.h

Issue 484853004: Improving copresence request logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hack
Patch Set: Created 6 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
« no previous file with comments | « no previous file | components/copresence/rpc/http_post.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/rpc/http_post.h
diff --git a/components/copresence/rpc/http_post.h b/components/copresence/rpc/http_post.h
index 53a3d1c37f4a519d7fead60751742c8eeaff58e3..a23dfa817449058c87d36ba92d39e8767ab65315 100644
--- a/components/copresence/rpc/http_post.h
+++ b/components/copresence/rpc/http_post.h
@@ -55,7 +55,7 @@ class HttpPost : public net::URLFetcherDelegate {
private:
static const int kUrlFetcherId = 1;
static const char kApiKeyField[];
- static const char kTracingTokenField[];
+ static const char kTracingField[];
friend class HttpPostTest;
« no previous file with comments | « no previous file | components/copresence/rpc/http_post.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698