diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-24 14:38:33 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-24 14:38:33 +0000 |
commit | a69b6f874fe568cdeb4810034b15d58d5bac1e08 (patch) | |
tree | 7b8e1713cd99988d005d032f392d0237b3dc14d1 /ash/shell | |
parent | 28fb77a6148d028bce84e9c8a62ba98c02e5484d (diff) | |
download | chromium_src-a69b6f874fe568cdeb4810034b15d58d5bac1e08.zip chromium_src-a69b6f874fe568cdeb4810034b15d58d5bac1e08.tar.gz chromium_src-a69b6f874fe568cdeb4810034b15d58d5bac1e08.tar.bz2 |
Cleanup: do not use extension_id, use notifier's id.
It will remove unnecessary methods. Also, each ash notifications
has its own notifier id as SYSTEM_COMPONENT. Then we can distinguish
those notification types, which means this will enable to allow
some urgent system notifications (like power) in the lock screen.
BUG=250937
R=dewittj@chromium.org, stevenjb@chromium.org
TEST=no breaks on existing tests
Review URL: https://chromiumcodereview.appspot.com/23340002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell')
-rw-r--r-- | ash/shell/window_type_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc index 799c34c..949b3ae 100644 --- a/ash/shell/window_type_launcher.cc +++ b/ash/shell/window_type_launcher.cc @@ -345,7 +345,7 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender, ASCIIToUTF16("Notification message body."), gfx::Image(), ASCIIToUTF16("www.testshell.org"), - "" /* extension id */, + message_center::NotifierId(), message_center::RichNotificationData(), NULL /* delegate */)); |