diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 3da0b2c..502afd9 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -556,6 +556,10 @@ const char kDesktopNotificationAllowedOrigins[] = const char kDesktopNotificationDeniedOrigins[] = "profile.notification_denied_sites"; +// The preferred position (which corner of screen) for desktop notifications. +const char kDesktopNotificationPosition[] = + "browser.desktop_notification_position"; + // Dictionary of content settings applied to all hosts by default. const char kDefaultContentSettings[] = "profile.default_content_settings"; |