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

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

Issue 10703078: Add Unclean Exit Watching to CPM (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_crash_event_watching
Patch Set: Requested changes made 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 11779488c3c5f19b822619ff9f3a841cfa434878..3b8d83815992633183b543148f6fdb872de8065a 100644
--- a/chrome/browser/performance_monitor/performance_monitor_util.h
+++ b/chrome/browser/performance_monitor/performance_monitor_util.h
@@ -83,7 +83,8 @@ scoped_ptr<Event> CreateCrashEvent(
const EventType& type,
const std::string& url);
-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