Index: base/debug/trace_event_impl.h |
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h |
index 87cfa8cdfa2ead264fb8ac37c5d5e782660f51f5..52dad62aa370188ca2844bdd2223eb54ad1e592b 100644 |
--- a/base/debug/trace_event_impl.h |
+++ b/base/debug/trace_event_impl.h |
@@ -260,6 +260,8 @@ class BASE_EXPORT TraceLog { |
const unsigned char* category_enabled, |
const char* name, |
unsigned long long id, |
+ int thread_id, |
+ int64 timestamp, |
int num_args, |
const char** arg_names, |
const unsigned char* arg_types, |
@@ -306,6 +308,7 @@ class BASE_EXPORT TraceLog { |
// Allow setting an offset between the current TimeTicks time and the time |
// that should be reported. |
void SetTimeOffset(TimeDelta offset); |
+ TimeDelta GetTimeOffset(); |
private: |
// This allows constructor and destructor to be private and usable only |