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

Unified Diff: content/public/browser/browser_main_parts.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/public/browser/browser_main_parts.h
diff --git a/content/public/browser/browser_main_parts.h b/content/public/browser/browser_main_parts.h
index 8b41253e0574dda3bba78cbea10c0dd9af315a70..db3ecb2e8133454c850923979866e5d737c149e0 100644
--- a/content/public/browser/browser_main_parts.h
+++ b/content/public/browser/browser_main_parts.h
@@ -91,6 +91,9 @@ class CONTENT_EXPORT BrowserMainParts {
// Called as the very last part of shutdown, after threads have been
// stopped and destroyed.
virtual void PostDestroyThreads() {}
+
+ // Called when shutdown is about to begin.
+ virtual void PreShutdown() {}
jochen (gone - plz use gerrit) 2017/01/12 08:35:02 nit. can you move that up to before PostDestroyThr
bcwhite 2017/01/12 17:47:03 Done.
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698