Chromium Code Reviews| Index: chrome/browser/ui/panels/panel_host.cc |
| =================================================================== |
| --- chrome/browser/ui/panels/panel_host.cc (revision 158566) |
| +++ chrome/browser/ui/panels/panel_host.cc (working copy) |
| @@ -171,10 +171,6 @@ |
| Zoom(zoom_in ? content::PAGE_ZOOM_IN : content::PAGE_ZOOM_OUT); |
| } |
| -bool PanelHost::IsApplication() const { |
| - return true; |
| -} |
| - |
| bool PanelHost::HandleContextMenu(const content::ContextMenuParams& params) { |
| return true; // Disallow context menu. |
| } |