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

Unified Diff: base/profiler/native_stack_sampler_posix.cc

Issue 1423583002: Stack sampling profiler: handle unloaded and unloading modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: add comments Created 5 years, 2 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/native_stack_sampler_posix.cc
diff --git a/base/profiler/native_stack_sampler_posix.cc b/base/profiler/native_stack_sampler_posix.cc
index bce37e10c3af76d27be11cb97b2ea5b343ef020d..c67d8857a572172fe904ebb8b8afd183f8c0c9bb 100644
--- a/base/profiler/native_stack_sampler_posix.cc
+++ b/base/profiler/native_stack_sampler_posix.cc
@@ -7,7 +7,8 @@
namespace base {
scoped_ptr<NativeStackSampler> NativeStackSampler::Create(
- PlatformThreadId thread_id) {
+ PlatformThreadId thread_id,
+ NativeStackSamplerTestDelegate* test_delegate) {
return scoped_ptr<NativeStackSampler>();
}

Powered by Google App Engine
This is Rietveld 408576698