Index: content/renderer/notification_provider.cc |
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc |
index 79325dcb7ad506f48a6dd06285e27af504861a45..69f5b07f04ebbf05c703eb006d18e8454f682e25 100644 |
--- a/content/renderer/notification_provider.cc |
+++ b/content/renderer/notification_provider.cc |
@@ -67,7 +67,7 @@ void NotificationProvider::objectDestroyed( |
WebNotificationPresenter::Permission NotificationProvider::checkPermission( |
const WebSecurityOrigin& origin) { |
- int permission; |
+ int permission = WebNotificationPresenter::PermissionNotAllowed; |
Send(new DesktopNotificationHostMsg_CheckPermission( |
routing_id(), |
GURL(origin.toString()), |