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

Unified Diff: chrome/browser/ui/browser_list.h

Issue 8907025: Merge 114213 - Fixes for the kWasRestarted pref. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_list.h
===================================================================
--- chrome/browser/ui/browser_list.h (revision 114325)
+++ chrome/browser/ui/browser_list.h (working copy)
@@ -115,7 +115,7 @@
// CloseAllBrowsersAndExit. On ChromeOS, this tells session manager
// that chrome is signing out, which lets session manager send
// SIGTERM to start actual exit process.
- static void AttemptUserExit(bool restart);
+ static void AttemptUserExit();
// Starts a user initiated restart process. On platforms other than
// chromeos, this sets a restart bit in the preference so that
@@ -131,7 +131,7 @@
// successfully closed.
// Note that he exit process may be interrupted by download or
// unload handler, and the browser may or may not exit.
- static void AttemptExit(bool restart);
+ static void AttemptExit();
#if defined(OS_CHROMEOS)
// This is equivalent to AttemptUserExit, except that it always set
@@ -210,7 +210,7 @@
// Helper method to remove a browser instance from a list of browsers
static void RemoveBrowserFrom(Browser* browser, BrowserVector* browser_list);
static void MarkAsCleanShutdown();
- static void AttemptExitInternal(bool restart);
+ static void AttemptExitInternal();
// Counter of calls to StartKeepAlive(). If non-zero, the application will
// continue running after the last browser has exited.
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698