Commit 4b9d2273 authored by yoshiki iguchi's avatar yoshiki iguchi Committed by Commit Bot

Use ARC_APPLICATION notifier-type for ARC notifications

Bug: 782005
Change-Id: Icd1888daf9873719bce2b4d37d7d66e31c24da66
Reviewed-on: https://chromium-review.googlesource.com/763031Reviewed-by: default avatarTetsui Ohkubo <tetsui@chromium.org>
Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515886}
parent 35ad5d43
......@@ -91,7 +91,7 @@ void ArcNotificationItemImpl::OnUpdatedFromAndroid(
}
message_center::NotifierId notifier_id(
message_center::NotifierId::SYSTEM_COMPONENT, kNotifierId);
message_center::NotifierId::ARC_APPLICATION, kNotifierId);
notifier_id.profile_id = profile_id_.GetUserEmail();
auto notification = std::make_unique<message_center::Notification>(
......
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