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

Unified Diff: base/profiler/alternate_timer.cc

Issue 1632253002: Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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: base/profiler/alternate_timer.cc
diff --git a/base/profiler/alternate_timer.cc b/base/profiler/alternate_timer.cc
index b2d2c703202a3c13a8b053a0282658875a94758d..14b4c348cac030e5d87ef552648a8c74c6e2e821 100644
--- a/base/profiler/alternate_timer.cc
+++ b/base/profiler/alternate_timer.cc
@@ -14,8 +14,6 @@ tracked_objects::TimeSourceType g_time_source_type =
namespace tracked_objects {
-const char kAlternateProfilerTime[] = "CHROME_PROFILER_TIME";
-
// Set an alternate timer function to replace the OS time function when
// profiling.
void SetAlternateTimeSource(NowFunction* now_function, TimeSourceType type) {

Powered by Google App Engine
This is Rietveld 408576698