Chromium Code Reviews| Index: chrome/browser/notifications/notification_conversion_helper.cc |
| diff --git a/chrome/browser/notifications/notification_conversion_helper.cc b/chrome/browser/notifications/notification_conversion_helper.cc |
| index f11b363bba330513e8d913cbe866ff6422b2d167..c2f8e920c9665465f1115ad9e0d0dbfbfaed14fc 100644 |
| --- a/chrome/browser/notifications/notification_conversion_helper.cc |
| +++ b/chrome/browser/notifications/notification_conversion_helper.cc |
| @@ -202,6 +202,8 @@ std::string NotificationConversionHelper::MapTypeToString( |
| return "list"; |
| case message_center::NOTIFICATION_TYPE_PROGRESS: |
| return "progress"; |
| + case message_center::NOTIFICATION_TYPE_CUSTOM: |
| + return "custom"; |
| default: |
| NOTREACHED(); |
| return ""; |