Commit 2b3c83f2 authored by jackhou@chromium.org's avatar jackhou@chromium.org

[Mac] Change --apps-keep-chrome-alive notification icon to the Chrome icon.

Previously this had the default app icon (rounded rectangle).

In future we may show the icon of the specific apps that are running.

BUG=333429

Review URL: https://codereview.chromium.org/316503002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274505 0039d316-1c4b-4281-b951-d872f2087c98
parent da15e07a
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h" #include "chrome/common/pref_names.h"
#include "extensions/common/extension.h" #include "extensions/common/extension.h"
#include "grit/chrome_unscaled_resources.h"
#include "grit/chromium_strings.h" #include "grit/chromium_strings.h"
#include "grit/generated_resources.h" #include "grit/generated_resources.h"
#include "grit/google_chrome_strings.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.h"
#include "ui/base/l10n/l10n_util_mac.h" #include "ui/base/l10n/l10n_util_mac.h"
#include "ui/base/resource/resource_bundle.h" #include "ui/base/resource/resource_bundle.h"
...@@ -58,7 +58,7 @@ QuitWithAppsController::QuitWithAppsController() ...@@ -58,7 +58,7 @@ QuitWithAppsController::QuitWithAppsController()
l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_TITLE), l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_TITLE),
l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_EXPLANATION), l10n_util::GetStringUTF16(IDS_QUIT_WITH_APPS_EXPLANATION),
ui::ResourceBundle::GetSharedInstance().GetImageNamed( ui::ResourceBundle::GetSharedInstance().GetImageNamed(
IDR_APP_DEFAULT_ICON), IDR_PRODUCT_LOGO_128),
blink::WebTextDirectionDefault, blink::WebTextDirectionDefault,
message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT, message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT,
kQuitWithAppsNotificationID), kQuitWithAppsNotificationID),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment