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

Unified Diff: content/browser/notifications/notification_database_data_unittest.cc

Issue 2300093002: Make //content responsible for generating notification Ids (Closed)
Patch Set: comments Created 4 years, 3 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_unittest.cc
diff --git a/content/browser/notifications/notification_database_data_unittest.cc b/content/browser/notifications/notification_database_data_unittest.cc
index a16df41f933df4d20f79831a769f08df8c7eb580..f3daaabc42fad799004f8c8921c9d8190ceeac29 100644
--- a/content/browser/notifications/notification_database_data_unittest.cc
+++ b/content/browser/notifications/notification_database_data_unittest.cc
@@ -19,7 +19,7 @@
namespace content {
-const int64_t kNotificationId = 42;
+const char kNotificationId[] = "my-notification";
const int64_t kServiceWorkerRegistrationId = 9001;
const PlatformNotificationActionType kNotificationActionType =

Powered by Google App Engine
This is Rietveld 408576698