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

Unified Diff: chrome/browser/lifetime/application_lifetime.h

Issue 1388303002: Move assorted function in application_lifetime to where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/lifetime/application_lifetime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/lifetime/application_lifetime.h
diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h
index 3cf18549cd37768132f3af62cd9e806c18beded3..a0acd684dd30d3772a72643846c69bf9bf6917be 100644
--- a/chrome/browser/lifetime/application_lifetime.h
+++ b/chrome/browser/lifetime/application_lifetime.h
@@ -18,11 +18,6 @@ namespace chrome {
// SIGTERM to start actual exit process.
void AttemptUserExit();
-// Starts to collect shutdown traces. On ChromeOS this will start immediately
-// on AttemptUserExit() and all other systems will start once all tabs are
-// closed.
-void StartShutdownTracing();
-
// Starts a user initiated restart process. On platforms other than
// chromeos, this sets a restart bit in the preference so that
// chrome will be restarted at the end of shutdown process. On
@@ -112,10 +107,6 @@ void OnAppExiting();
// processing required.
void HandleAppExitingForPlatform();
-// Returns true if we can start the shutdown sequence for the browser, i.e. the
-// last browser window is being closed.
-bool ShouldStartShutdown(Browser* browser);
-
// Disable browser shutdown for unit tests.
void DisableShutdownForTesting(bool disable_shutdown_for_testing);
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/lifetime/application_lifetime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698