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

Unified Diff: components/metrics/child_call_stack_profile_collector_unittest.cc

Issue 2927593002: Make stack sampling profiler sample beyond startup. (Closed)
Patch Set: Address comments. Created 3 years, 5 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: components/metrics/child_call_stack_profile_collector_unittest.cc
diff --git a/components/metrics/child_call_stack_profile_collector_unittest.cc b/components/metrics/child_call_stack_profile_collector_unittest.cc
index 9a3a67af92d5be1ddd7012df5ab6f7a7a7c1c44a..5a834522518b2c79dbede12539100ace33f7a97b 100644
--- a/components/metrics/child_call_stack_profile_collector_unittest.cc
+++ b/components/metrics/child_call_stack_profile_collector_unittest.cc
@@ -73,6 +73,7 @@ class ChildCallStackProfileCollectorTest : public testing::Test {
std::unique_ptr<Receiver> receiver_impl_;
ChildCallStackProfileCollector child_collector_;
+ private:
DISALLOW_COPY_AND_ASSIGN(ChildCallStackProfileCollectorTest);
};

Powered by Google App Engine
This is Rietveld 408576698