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

Unified Diff: content/browser/power_profiler/power_profiler_service.h

Issue 309803002: [PowerProfiler] Power Profiler service should detect the sampling rate from the data provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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: content/browser/power_profiler/power_profiler_service.h
diff --git a/content/browser/power_profiler/power_profiler_service.h b/content/browser/power_profiler/power_profiler_service.h
index c21811a6ddc469df3d2d1c3851b3993644d24932..35f2f65cce3f467f0cbe07175201e990b7d71ed6 100644
--- a/content/browser/power_profiler/power_profiler_service.h
+++ b/content/browser/power_profiler/power_profiler_service.h
@@ -64,7 +64,7 @@ class CONTENT_EXPORT PowerProfilerService {
Status status_;
// Sampling period of power data measurement.
- const base::TimeDelta sample_period_;
+ base::TimeDelta sample_period_;
ObserverList<PowerProfilerObserver> observers_;
scoped_ptr<PowerDataProvider> data_provider_;
« no previous file with comments | « content/browser/power_profiler/power_data_provider_ia_win.cc ('k') | content/browser/power_profiler/power_profiler_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698