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

Unified Diff: chrome/browser/ui/browser.cc

Issue 8745015: Store the "browser autorestarted, last session must be restored" information in a preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index b207e727102010caac130517bcab2f35c35f2c97..ab87bbb256dd616924bdbee1aaf0f2c601fb84a7 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1757,7 +1757,7 @@ void Browser::ShowKeyboardOverlay() {
void Browser::Exit() {
UserMetrics::RecordAction(UserMetricsAction("Exit"));
- BrowserList::AttemptUserExit();
+ BrowserList::AttemptUserExit(false);
}
void Browser::BookmarkCurrentPage() {

Powered by Google App Engine
This is Rietveld 408576698