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

Unified Diff: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc

Issue 326813002: Update bluetooth notification to use proper, 80px icon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | « ash/resources/ash_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
index 1965ac2eedf72fb8cb6c7f5b33afe0ae2e624dee..d6b38f4d8eb2bdfcd623a75665d9ad13600c50f0 100644
--- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
+++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
@@ -297,7 +297,7 @@ void BluetoothNotificationController::NotifyAdapterDiscoverable() {
IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERABLE,
base::UTF8ToUTF16(adapter_->GetName()),
base::UTF8ToUTF16(adapter_->GetAddress())),
- bundle.GetImageNamed(IDR_AURA_UBER_TRAY_BLUETOOTH),
+ bundle.GetImageNamed(IDR_AURA_NOTIFICATION_BLUETOOTH),
base::string16() /* display source */,
message_center::NotifierId(
message_center::NotifierId::SYSTEM_COMPONENT,
@@ -328,7 +328,7 @@ void BluetoothNotificationController::NotifyPairing(
kBluetoothDevicePairingNotificationId,
base::string16() /* title */,
message,
- bundle.GetImageNamed(IDR_AURA_UBER_TRAY_BLUETOOTH),
+ bundle.GetImageNamed(IDR_AURA_NOTIFICATION_BLUETOOTH),
base::string16() /* display source */,
message_center::NotifierId(
message_center::NotifierId::SYSTEM_COMPONENT,
@@ -357,7 +357,7 @@ void BluetoothNotificationController::NotifyPairedDevice(
base::string16() /* title */,
l10n_util::GetStringFUTF16(
IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED, device->GetName()),
- bundle.GetImageNamed(IDR_AURA_UBER_TRAY_BLUETOOTH),
+ bundle.GetImageNamed(IDR_AURA_NOTIFICATION_BLUETOOTH),
base::string16() /* display source */,
message_center::NotifierId(
message_center::NotifierId::SYSTEM_COMPONENT,
« no previous file with comments | « ash/resources/ash_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698