| 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 48e4437d6b7623a2321661e06db27a56b662002a..48be91667698e78d8d45ef2a597ad8474d99f8ee 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -1477,10 +1477,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.
|
|
|