diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 1bbbf81..913d895 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -620,4 +620,8 @@ const wchar_t kActivateOnLaunch[] = L"activate-on-launch"; // Enable experimental WebGL support. const wchar_t kEnableExperimentalWebGL[] = L"enable-webgl"; +// Enabled desktop notifications. +const wchar_t kEnableDesktopNotifications[] = + L"enable-desktop-notifications"; + } // namespace switches |