| Index: chrome/renderer/render_thread.cc
|
| ===================================================================
|
| --- chrome/renderer/render_thread.cc (revision 31988)
|
| +++ chrome/renderer/render_thread.cc (working copy)
|
| @@ -568,9 +568,9 @@
|
| command_line.HasSwitch(switches::kEnableApplicationCache));
|
|
|
| #if defined(OS_WIN)
|
| - // We don't yet support notifications on non-Windows, so hide it from pages.
|
| + // We don't yet support notifications on non-Windows.
|
| WebRuntimeFeatures::enableNotifications(
|
| - command_line.HasSwitch(switches::kEnableDesktopNotifications));
|
| + !command_line.HasSwitch(switches::kDisableDesktopNotifications));
|
| #endif
|
|
|
| WebRuntimeFeatures::enableLocalStorage(
|
|
|