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

Unified Diff: ui/arc/notification/arc_notification_item.h

Issue 2394483004: arc: OnClosedFromAndroid removes notifications as not by_user (Closed)
Patch Set: remove by_user from OnClosedFromAndroid Created 4 years, 2 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 | « no previous file | ui/arc/notification/arc_notification_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_notification_item.h
diff --git a/ui/arc/notification/arc_notification_item.h b/ui/arc/notification/arc_notification_item.h
index a2854846ac6941ff1abc237098e3a943bc062b92..b98632fdf93ce9ca8a305e3a0ea77a8289ec5d96 100644
--- a/ui/arc/notification/arc_notification_item.h
+++ b/ui/arc/notification/arc_notification_item.h
@@ -32,7 +32,7 @@ class ArcNotificationItem {
mojom::ArcNotificationDataPtr data);
// Methods called from ArcNotificationManager:
- void OnClosedFromAndroid(bool by_user);
+ void OnClosedFromAndroid();
// Methods called from ArcNotificationItemDelegate:
void Close(bool by_user);
« no previous file with comments | « no previous file | ui/arc/notification/arc_notification_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698