diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 01fb279..f6d62ea 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -112,6 +112,8 @@ extern const wchar_t kCheckDefaultBrowser[]; extern const wchar_t kUseCustomChromeFrame[]; extern const wchar_t kShowOmniboxSearchHint[]; extern const wchar_t kNTPThemePromoRemaining[]; +extern const wchar_t kDesktopNotificationAllowedOrigins[]; +extern const wchar_t kDesktopNotificationDeniedOrigins[]; // Local state extern const wchar_t kMetricsClientID[]; |