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

Unified Diff: content/browser/browser_main_loop.h

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: addressed review comments by wittman Created 4 years 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 1464de7ced9cb6ae38c160ead17e1a935d9a6474..f8ec7976f159638f7895aa81933c72a3b3226fb9 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -118,6 +118,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