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

Unified Diff: base/trace_event/memory_dump_scheduler.h

Issue 2766933004: Revert "[memory-infra] Add unittests for peak detection and NotifyDumpTriggered" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « base/BUILD.gn ('k') | base/trace_event/memory_dump_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_scheduler.h
diff --git a/base/trace_event/memory_dump_scheduler.h b/base/trace_event/memory_dump_scheduler.h
index 8c4807854b1ed63c43a9705f12e29e6f26acdb02..fd21fce834949be99aa386a1e12362a103368d48 100644
--- a/base/trace_event/memory_dump_scheduler.h
+++ b/base/trace_event/memory_dump_scheduler.h
@@ -50,11 +50,10 @@ class BASE_EXPORT MemoryDumpScheduler {
private:
friend class MemoryDumpManagerTest;
- friend class MemoryDumpSchedulerPollingTest;
FRIEND_TEST_ALL_PREFIXES(MemoryDumpManagerTest, TestPollingOnDumpThread);
// Helper class to schdule periodic memory dumps.
- struct BASE_EXPORT PeriodicTriggerState {
+ struct PeriodicTriggerState {
PeriodicTriggerState();
~PeriodicTriggerState();
@@ -72,7 +71,7 @@ class BASE_EXPORT MemoryDumpScheduler {
DISALLOW_COPY_AND_ASSIGN(PeriodicTriggerState);
};
- struct BASE_EXPORT PollingTriggerState {
+ struct PollingTriggerState {
enum State {
CONFIGURED, // Polling trigger was added.
ENABLED, // Polling is running.
« no previous file with comments | « base/BUILD.gn ('k') | base/trace_event/memory_dump_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698