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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.cc

Issue 6799005: Build break fix for WK change https://bugs.webkit.org/show_bug.cgi?id=57566 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/render_view_context_menu.cc
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu.cc (revision 80525)
+++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy)
@@ -503,6 +503,10 @@
case WebContextMenuData::MediaTypePlugin:
AppendPluginItems();
break;
+#ifdef WEBCONTEXT_MEDIATYPEFILE_DEFINED
+ case WebContextMenuData::MediaTypeFile:
+ break;
+#endif
}
if (params_.is_editable)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698