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

Unified Diff: content/common/platform_notification_messages.h

Issue 1262023003: Serialize Notification.direction == "auto" in the database (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/common/platform_notification_messages.h
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
index 009ff619e5c18156a36ff19e090111469e06be1f..6e3b74b916c65455585f148b0a1939813e36cf69 100644
--- a/content/common/platform_notification_messages.h
+++ b/content/common/platform_notification_messages.h
@@ -32,8 +32,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebNotificationPermission,
blink::WebNotificationPermissionLast)
IPC_ENUM_TRAITS_MAX_VALUE(
- content::PlatformNotificationData::NotificationDirection,
- content::PlatformNotificationData::NotificationDirectionLast)
+ content::PlatformNotificationData::Direction,
+ content::PlatformNotificationData::DIRECTION_LAST)
IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData)
IPC_STRUCT_TRAITS_MEMBER(title)

Powered by Google App Engine
This is Rietveld 408576698