Index: chrome/browser/tab_contents/render_view_context_menu.cc |
diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc |
index 9911f2b1493cc728205854a1c25ab0de04ba943f..d668e7a00ca381af2517afa27c3be96d7d578a02 100644 |
--- a/chrome/browser/tab_contents/render_view_context_menu.cc |
+++ b/chrome/browser/tab_contents/render_view_context_menu.cc |
@@ -730,8 +730,7 @@ void RenderViewContextMenu::AppendDeveloperItems() { |
bool show_developer_items = !IsDevToolsURL(params_.page_url); |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
- if (command_line.HasSwitch(switches::kDebugDevToolsFrontend) || |
- command_line.HasSwitch(switches::kDebugDevTools)) |
+ if (command_line.HasSwitch(switches::kDebugDevToolsFrontend)) |
show_developer_items = true; |
#if defined(DEBUG_DEVTOOLS) |