Commit 4225db83 authored by jam@chromium.org's avatar jam@chromium.org

Make the Linux build not fail because of an unhandled enum.

Review URL: http://codereview.chromium.org/6258002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71369 0039d316-1c4b-4281-b951-d872f2087c98
parent a8c229cc
......@@ -399,6 +399,8 @@ void RenderViewContextMenu::InitMenu() {
case WebContextMenuData::MediaTypeAudio:
AppendAudioItems();
break;
default:
break;
}
if (params_.is_editable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment