| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index d53ef687d4d723482751d5e6595a2ee1a5e499b0..7f689417e2ef436e55a9ef4cdd5d6ab7d077aecb 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -1269,7 +1269,7 @@ bool RenderViewContextMenu::IsCommandIdChecked(int id) const {
|
|
|
| if (id == IDC_CONTENT_CONTEXT_CONTROLS) {
|
| return (params_.media_flags &
|
| - WebContextMenuData::MediaControlRootElement) != 0;
|
| + WebContextMenuData::MediaControls) != 0;
|
| }
|
|
|
| // Custom items.
|
|
|