| 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 f4393217e597a028d8068115475fe3b08d6c1f56..e02f34836f3abc594627e181b6bb73f85ddc5ed1 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -1476,10 +1476,6 @@ bool RenderViewContextMenu::IsDevCommandEnabled(int id) const {
|
| if (active_entry->IsViewSourceMode())
|
| return false;
|
|
|
| - // Don't inspect HTML dialogs (doesn't work anyway).
|
| - if (active_entry->url().SchemeIs(chrome::kGearsScheme))
|
| - return false;
|
| -
|
| // Don't inspect about:network, about:memory, etc.
|
| // However, we do want to inspect about:blank, which is often
|
| // used by ordinary web pages.
|
|
|