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

Unified Diff: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « third_party/WebKit/Source/platform/ContextMenuItem.cpp ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
index 854c49a2bb39c4bb09e52ebf285d12525674c135..9328735443e33cc927825e6f59d358f3038b0fa8 100644
--- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
@@ -529,7 +529,6 @@ static void PopulateSubMenuItems(const Vector<ContextMenuItem>& input_menu,
WebMenuItemInfo output_item;
output_item.label = input_item->Title();
- output_item.icon = input_item->Icon();
output_item.enabled = input_item->Enabled();
output_item.checked = input_item->Checked();
output_item.action = static_cast<unsigned>(input_item->Action() -
« no previous file with comments | « third_party/WebKit/Source/platform/ContextMenuItem.cpp ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698