| Index: content/browser/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view_gtk.cc b/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| index 4692127d76022199f3670268d6e4ac1b2f403612..49f3f760a00024b0e9dd6e357273fa4b728cc2b2 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -387,7 +387,7 @@ void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
|
| if (wrapper())
|
| wrapper()->ShowContextMenu(params);
|
| else
|
| - DLOG(ERROR) << "Implement context menus without chrome/ code";
|
| + DLOG(ERROR) << "Cannot show context menus without a delegate.";
|
| }
|
|
|
| void TabContentsViewGtk::ShowPopupMenu(const gfx::Rect& bounds,
|
|
|