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

Unified Diff: chrome/browser/metrics/leak_detector_controller.h

Issue 1868193003: Store alloc history data in memory leak report protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@leak-history
Patch Set: Add dependency on protobufs to leak detector tests Created 4 years, 8 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 | « no previous file | chrome/browser/metrics/leak_detector_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/leak_detector_controller.h
diff --git a/chrome/browser/metrics/leak_detector_controller.h b/chrome/browser/metrics/leak_detector_controller.h
index 2bf5353548bdfc63683b1783892c128e86ae3cc8..d154f4ab496c8ff43f964e3f5677c8cadbd17e49 100644
--- a/chrome/browser/metrics/leak_detector_controller.h
+++ b/chrome/browser/metrics/leak_detector_controller.h
@@ -27,7 +27,7 @@ class LeakDetectorController : public LeakDetector::Observer {
protected:
// LeakDetector::Observer:
- void OnLeakFound(const LeakDetector::LeakReport& report) override;
+ void OnLeaksFound(const std::vector<MemoryLeakReportProto>& reports) override;
private:
// All leak reports received through OnLeakFound() are stored in protobuf
« no previous file with comments | « no previous file | chrome/browser/metrics/leak_detector_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698