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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: rebased 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.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 86a5d31e2073c47e72ef333a56bdd18084e8d28e..3f748a2b8ac6189c045521000f1db5f3907b2557 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -818,6 +818,14 @@ int BrowserMainLoop::PreCreateThreads() {
return result_code_;
}
+void BrowserMainLoop::PreShutdown() {
+ parts_->PreShutdown();
+}
+
+void BrowserMainLoop::PostShutdown() {
+ parts_->PostShutdown();
+}
+
void BrowserMainLoop::CreateStartupTasks() {
TRACE_EVENT0("startup", "BrowserMainLoop::CreateStartupTasks");

Powered by Google App Engine
This is Rietveld 408576698