| Index: chrome/renderer/notification_provider.cc
|
| diff --git a/chrome/renderer/notification_provider.cc b/chrome/renderer/notification_provider.cc
|
| index e3aeeb173a8138118f4bcf00177053e0fec929a0..1de73c087692f76758b9fcc7c912421cd4edb25d 100644
|
| --- a/chrome/renderer/notification_provider.cc
|
| +++ b/chrome/renderer/notification_provider.cc
|
| @@ -107,6 +107,7 @@ bool NotificationProvider::ShowHTML(const WebNotification& notification,
|
| GURL url = notification.url();
|
| if (!url.SchemeIs(chrome::kHttpScheme) &&
|
| !url.SchemeIs(chrome::kHttpsScheme) &&
|
| + !url.SchemeIs(chrome::kHttpsvScheme) &&
|
| !url.SchemeIs(chrome::kExtensionScheme) &&
|
| !url.SchemeIs(chrome::kDataScheme))
|
| return false;
|
|
|