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

Unified Diff: chrome/browser/browser_shutdown.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/browser_shutdown.cc
diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
index cf324c89127829abcc9d9bbd2d6f9530ea220487..1c14faa26c1ccbb5920777e5826f29709b1cb72f 100644
--- a/chrome/browser/browser_shutdown.cc
+++ b/chrome/browser/browser_shutdown.cc
@@ -275,7 +275,7 @@ void ShutdownPostThreadsStop(int shutdown_flags) {
}
#if defined(OS_CHROMEOS)
- chrome::NotifyAndTerminate(false);
+ chrome::NotifyAndTerminate(/*fast_path=*/false,/*always_reboot=*/false);
James Cook 2016/11/30 23:01:41 nit: chrome/browser usually does (false /* fast_pa
Greg K 2016/12/01 19:44:43 Done.
#endif
}
#endif // !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698