summaryrefslogtreecommitdiff
path: root/chromium/ui/base/models/menu_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/models/menu_model.cc')
-rw-r--r--chromium/ui/base/models/menu_model.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/base/models/menu_model.cc b/chromium/ui/base/models/menu_model.cc
index d0eb4390321..b2621d4d882 100644
--- a/chromium/ui/base/models/menu_model.cc
+++ b/chromium/ui/base/models/menu_model.cc
@@ -27,6 +27,10 @@ bool MenuModel::IsNewFeatureAt(int index) const {
return false;
}
+ElementIdentifier MenuModel::GetElementIdentifierAt(int index) const {
+ return ElementIdentifier();
+}
+
// static
bool MenuModel::GetModelAndIndexForCommandId(int command_id,
MenuModel** model,