Simplify NotificationID and Tag |
||
Issue descriptionExplicit AI: NotificationPlatformBridgeAndroid::Display() in chrome/browser/notifications/notification_platform_bridge_android.cc is setting tag to notification.id and then passing around both. Simplify this code a bit by removing the tag field from Java and just using the notification id. Stretch goal: notification id and tag are two overloaded terms in the notification codebase. Walk through various codepaths to understand which is which, and rename to improve code clarity.
,
Jan 24 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 24 2018