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

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

Issue 25484004: Don't commit prefs::kStabilitySessionEndCompleted change immediately on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/browser/metrics/metrics_service.h
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index a35da3dbf886360390658c2935f181a1fd22d1de..67622f7d3544ab2c191517371c363f9295156579 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -367,8 +367,9 @@ class MetricsService
// Records a renderer process hang.
void LogRendererHang();
- // Records that the browser was shut down cleanly.
- void LogCleanShutdown();
+ // Records that the browser was shutdown cleanly, and the value of
+ // |kStatabilitySessionEndCompleted|.
+ void RecordStabilitySessionEndCompleted(bool value);
// Returns reference to ChildProcessStats corresponding to |data|.
ChildProcessStats& GetChildProcessStats(

Powered by Google App Engine
This is Rietveld 408576698