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

Unified Diff: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc

Issue 316503002: [Mac] Change --apps-keep-chrome-alive notification icon to the Chrome icon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
diff --git a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
index 6c34598c05657f768a56fd1469543b1f225997a5..1d9fa4fb59667a78dff2dd16216aaae1ff56b55b 100644
--- a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
+++ b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
@@ -21,10 +21,10 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
#include "extensions/common/extension.h"
+#include "grit/chrome_unscaled_resources.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "grit/google_chrome_strings.h"
-#include "grit/theme_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/l10n/l10n_util_mac.h"
#include "ui/base/resource/resource_bundle.h"
@@ -58,7 +58,7 @@ QuitWithAppsController::QuitWithAppsController()
l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_TITLE),
l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_EXPLANATION),
ui::ResourceBundle::GetSharedInstance().GetImageNamed(
- IDR_APP_DEFAULT_ICON),
+ IDR_PRODUCT_LOGO_128),
blink::WebTextDirectionDefault,
message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT,
kQuitWithAppsNotificationID),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698