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

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

Issue 11364197: Refactoring media controls in WebKit - side effect for Chromium: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
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.
« 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