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

Unified Diff: chrome/browser/background/background_mode_manager_win.cc

Issue 1420163003: Fixed Windows system tray icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@profile-icon-imagefamily
Patch Set: Fix crash (avoid async call from DisplayClientInstalledNotification). Created 5 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/background/background_mode_manager_win.cc
diff --git a/chrome/browser/background/background_mode_manager_win.cc b/chrome/browser/background/background_mode_manager_win.cc
index 0b04ed778b0f2761e04f812bf89ed8e510ffd27f..d1fcf0fe3a687ff8899da717bbbe92d6c139a750 100644
--- a/chrome/browser/background/background_mode_manager_win.cc
+++ b/chrome/browser/background/background_mode_manager_win.cc
@@ -38,7 +38,7 @@ void BackgroundModeManager::DisplayClientInstalledNotification(
const base::string16& name) {
// Create a status tray notification balloon explaining to the user what has
// been installed.
- CreateStatusTrayIcon();
+ CreateStatusTrayIconTask();
status_icon_->DisplayBalloon(
gfx::ImageSkia(),
l10n_util::GetStringUTF16(IDS_BACKGROUND_APP_INSTALLED_BALLOON_TITLE),

Powered by Google App Engine
This is Rietveld 408576698