Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9148)

Unified Diff: content/browser/tab_contents/tab_contents_view_gtk.cc

Issue 9307063: Split TabContentsViewMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698