| Index: chrome/common/pref_names.cc
 | 
| ===================================================================
 | 
| --- chrome/common/pref_names.cc	(revision 28695)
 | 
| +++ chrome/common/pref_names.cc	(working copy)
 | 
| @@ -281,6 +281,12 @@
 | 
|  // in a session.
 | 
|  const wchar_t kNTPThemePromoRemaining[] = L"browser.ntp.theme_promo_remaining";
 | 
|  
 | 
| +// The list of origins which are allowed|denied to show desktop notifications.
 | 
| +const wchar_t kDesktopNotificationAllowedOrigins[] =
 | 
| +    L"profile.notification_allowed_sites";
 | 
| +const wchar_t kDesktopNotificationDeniedOrigins[] =
 | 
| +    L"profile.notification_denied_sites";
 | 
| +
 | 
|  // *************** LOCAL STATE ***************
 | 
|  // These are attached to the machine/installation
 | 
|  
 | 
| 
 |