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

Unified Diff: chrome/browser/performance_monitor/performance_monitor_util.h

Issue 10815079: CPM: revised unclean exit watching, revised renderer crash test (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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: chrome/browser/performance_monitor/performance_monitor_util.h
diff --git a/chrome/browser/performance_monitor/performance_monitor_util.h b/chrome/browser/performance_monitor/performance_monitor_util.h
index 8a7a6058b270d48b975225b27a72f45fa2d373c0..6cd4058ad1807b01acd1831c61170190994be35c 100644
--- a/chrome/browser/performance_monitor/performance_monitor_util.h
+++ b/chrome/browser/performance_monitor/performance_monitor_util.h
@@ -89,7 +89,8 @@ scoped_ptr<Event> CreateCrashEvent(
const base::Time& time,
const EventType& type);
-scoped_ptr<Event> CreateUncleanShutdownEvent(const base::Time& time);
+scoped_ptr<Event> CreateUncleanExitEvent(const base::Time& time,
+ const std::string& profile_name);
scoped_ptr<Event> CreateChromeUpdateEvent(
const base::Time& time,

Powered by Google App Engine
This is Rietveld 408576698