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

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

Issue 2793443003: Removed NOTIFICATION_BROWSER_CLOSING notification (Closed)
Patch Set: Added browser tests Created 3 years, 9 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
Index: chrome/browser/ui/browser_commands.cc
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index efcc39cc4d372d674a7f6f303bf3f5334abefc80..ee22aa20e2f6be836d4f53bbcb064903f11366c1 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -756,7 +756,7 @@ void ConvertPopupToTabbedBrowser(Browser* browser) {
void Exit() {
content::RecordAction(UserMetricsAction("Exit"));
- chrome::AttemptUserExit();
+ chrome::AttemptExit();
sky 2017/03/31 14:23:41 Why is this change necessary?
Alexey Seren 2017/04/02 12:02:35 This is fix of shutdown histograms on windows when
hashimoto 2017/04/04 08:54:07 This change looks wrong as the comments in applica
sky 2017/04/04 16:56:49 Agreed. The conditional you point at was added her
}
void BookmarkCurrentPageIgnoringExtensionOverrides(Browser* browser) {

Powered by Google App Engine
This is Rietveld 408576698