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

Unified Diff: src/tracing/traced-value.h

Issue 2557463003: [Tracing] Remove AppendLongInteger in TracedValue. (Closed)
Patch Set: Address alph's comment Created 4 years 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 | « src/counters.cc ('k') | src/tracing/traced-value.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tracing/traced-value.h
diff --git a/src/tracing/traced-value.h b/src/tracing/traced-value.h
index b5c265cd48831b023abe15ca6f1bfe89b90667f2..befa387bc875c0dbb15c8c16f2776e6fd2cc823c 100644
--- a/src/tracing/traced-value.h
+++ b/src/tracing/traced-value.h
@@ -34,7 +34,6 @@ class TracedValue : public ConvertableToTraceFormat {
void BeginArray(const char* name);
void AppendInteger(int);
- void AppendLongInteger(int64_t);
void AppendDouble(double);
void AppendBoolean(bool);
void AppendString(const std::string&);
« no previous file with comments | « src/counters.cc ('k') | src/tracing/traced-value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698