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

Unified Diff: chrome/browser/lifetime/application_lifetime_aura.cc

Issue 2493973003: Display "Restart to update" dialog to Chrome OS users. (Closed)
Patch Set: Display "Restart to update" dialog to Chrome OS users. Created 4 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
Index: chrome/browser/lifetime/application_lifetime_aura.cc
diff --git a/chrome/browser/lifetime/application_lifetime_aura.cc b/chrome/browser/lifetime/application_lifetime_aura.cc
index fd970ca3ac609c03148b9ac1b757780984460941..72a64317e2698384f0b9eedf9c9f07a0afbfea9b 100644
--- a/chrome/browser/lifetime/application_lifetime_aura.cc
+++ b/chrome/browser/lifetime/application_lifetime_aura.cc
@@ -48,7 +48,7 @@ void HandleAppExitingForPlatform() {
// if something prevents a browser from closing before SetTryingToQuit()
// gets called (e.g. browser->TabsNeedBeforeUnloadFired() is true).
// NotifyAndTerminate does nothing if called more than once.
- NotifyAndTerminate(true);
+ NotifyAndTerminate(/*fast_path=*/true,/*always_reboot=*/false);
}
#endif
}

Powered by Google App Engine
This is Rietveld 408576698