| 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;
|
|
|