summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authormukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-24 14:38:33 +0000
committermukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-24 14:38:33 +0000
commita69b6f874fe568cdeb4810034b15d58d5bac1e08 (patch)
tree7b8e1713cd99988d005d032f392d0237b3dc14d1 /ash/shell
parent28fb77a6148d028bce84e9c8a62ba98c02e5484d (diff)
downloadchromium_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.cc2
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 */));