| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 623c40a2a135cd975068a0162d6d518c3c2a81c8..82b6662632be96a2c4a9c58f5172a6028b0b104a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1451,6 +1451,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableLogging,
|
| switches::kEnableMemoryBenchmarking,
|
| switches::kEnableNetworkInformation,
|
| + switches::kEnableNotificationActionIcons,
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnablePinch,
|
| switches::kEnablePluginPlaceholderTesting,
|
|
|