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

Unified Diff: chrome/browser/chrome_browser_main.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: chrome/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index 4bb3f191a7e8d5758daf5943746181782b28dd2b..7949f33a297889ce4565b5c8cb06cedea9b7dba4 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -76,6 +76,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
bool MainMessageLoopRun(int* result_code) override;
void PostMainMessageLoopRun() override;
void PostDestroyThreads() override;
+ void PreShutdown() override;
// Additional stages for ChromeBrowserMainExtraParts. These stages are called
// in order from PreMainMessageLoopRun(). See implementation for details.

Powered by Google App Engine
This is Rietveld 408576698