| 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 80f1f0eceadd03abe96226fcd89cb434ea9df6ff..e702497a0601bc926d763d2f94df85285f9691a2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1444,6 +1444,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableLogging,
|
| switches::kEnableMemoryBenchmarking,
|
| switches::kEnableNetworkInformation,
|
| + switches::kEnableNotificationActionIcons,
|
| switches::kEnableOverlayScrollbar,
|
| switches::kEnablePinch,
|
| switches::kEnablePluginPlaceholderTesting,
|
|
|