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

Unified Diff: chrome/browser/notifications/arc_application_notifier_source_chromeos.h

Issue 2102433002: Filter out ARC notifiers that are not shown in launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/notifications/arc_application_notifier_source_chromeos.h
diff --git a/chrome/browser/notifications/arc_application_notifier_source_chromeos.h b/chrome/browser/notifications/arc_application_notifier_source_chromeos.h
index 20317e3a4d7c4c9b80a0de2c658f5def432b3cbe..29e5cc798a5b45c1112cda37e5a091721771118e 100644
--- a/chrome/browser/notifications/arc_application_notifier_source_chromeos.h
+++ b/chrome/browser/notifications/arc_application_notifier_source_chromeos.h
@@ -27,7 +27,6 @@ struct Notifier;
namespace arc {
-// TODO(hirono): Observe enabled flag change and notify it to message center.
Junichi Uekawa 2016/06/27 09:17:08 this change is unrelated to this?
class ArcApplicationNotifierSourceChromeOS : public NotifierSource,
public ArcAppIcon::Observer,
public ArcAppListPrefs::Observer {

Powered by Google App Engine
This is Rietveld 408576698