[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / content / shell / browser / shell_web_contents_view_delegate_efl.cc
index a10571c..5514b12 100644 (file)
@@ -99,9 +99,13 @@ ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
 void ShellWebContentsViewDelegate::ShowContextMenu(
     RenderFrameHost* render_frame_host,
     const ContextMenuParams& params) {
+#if !defined(EWK_BRINGUP)
+// [M47_2526] Temporary disabling the codes for switching to new chromium
+//            FIXME:
   if (base::CommandLine::ForCurrentProcess()->
           HasSwitch(switches::kDumpRenderTree))
     return;
+#endif
 
   if (g_context_menu) {
     elm_menu_close(g_context_menu);