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

Unified Diff: content/browser/notifications/notification_database_data.proto

Issue 1094553002: Revert "Speculative revert by sheriff" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: content/browser/notifications/notification_database_data.proto
diff --git a/content/browser/notifications/notification_database_data.proto b/content/browser/notifications/notification_database_data.proto
index 8b0219728c9fad64b2d8886507e388e3c244d4a5..1fb6808ba80034500a02467364acd6fcda25cf2e 100644
--- a/content/browser/notifications/notification_database_data.proto
+++ b/content/browser/notifications/notification_database_data.proto
@@ -35,6 +35,7 @@ message NotificationDatabaseDataProto {
optional string tag = 5;
optional string icon = 6;
optional bool silent = 7;
+ optional bytes data = 8;
}
optional NotificationData notification_data = 4;

Powered by Google App Engine
This is Rietveld 408576698