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

Unified Diff: base/debug/activity_tracker.cc

Issue 2692273008: Hacky slashy (Closed)
Patch Set: . Created 3 years, 10 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/debug/activity_tracker.cc
diff --git a/base/debug/activity_tracker.cc b/base/debug/activity_tracker.cc
index 09946eed7296a2088f152b30ab46b513ea6dcf05..fbe566ef830b422415552d69db1c947f121395eb 100644
--- a/base/debug/activity_tracker.cc
+++ b/base/debug/activity_tracker.cc
@@ -1090,7 +1090,7 @@ void GlobalActivityTracker::CreateWithAllocator(
global_tracker->CreateTrackerForCurrentThread();
}
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_FUCHSIA)
// static
void GlobalActivityTracker::CreateWithFile(const FilePath& file_path,
size_t size,

Powered by Google App Engine
This is Rietveld 408576698