Store the actual notification data in the notification database.
This patch introduces the actual functionality for storing notification data in the NotificationDatabase. There are three separate methods now, ReadNotificationData() and WriteNotificationData() and DeleteNotificationData(),, which do exactly what their names imply. These methods are covered by a variety of unit tests, but still aren't hooked up to any production code. Design document: http://goo.gl/TciXVp BUG=447628 Review URL: https://codereview.chromium.org/999933002 Cr-Commit-Position: refs/heads/master@{#320761}
Showing
This diff is collapsed.
Please register or sign in to comment