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

Unified Diff: content/browser/browser_main_loop.h

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: move MainLoopStart milestone and histogram to top of utility method Created 3 years, 11 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/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 1c4dcbe1f3e07d22d928c72097b607b4ad5d0de5..a307ed73aaafaaf0298bef92e02061fc501ad521 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -119,6 +119,7 @@ class CONTENT_EXPORT BrowserMainLoop {
void PreMainMessageLoopStart();
void MainMessageLoopStart();
void PostMainMessageLoopStart();
+ void PreShutdown();
// Create and start running the tasks we need to complete startup. Note that
// this can be called more than once (currently only on Android) if we get a

Powered by Google App Engine
This is Rietveld 408576698