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

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

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/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 5d8fe20c6eb264aa3c55ee10b50781bc8d1a996a..523009dcf15f83e0ece0fe7ebfaffd02819d92cf 100644
--- a/content/browser/notifications/notification_database_data.proto
+++ b/content/browser/notifications/notification_database_data.proto
@@ -26,6 +26,7 @@ message NotificationDatabaseDataProto {
enum Direction {
LEFT_TO_RIGHT = 0;
RIGHT_TO_LEFT = 1;
+ AUTO = 2;
}
optional string title = 1;

Powered by Google App Engine
This is Rietveld 408576698