render_view_context_menu.cc | 137 // Never change mapping or reuse |enum_id|. Always push back new items. 141 int enum_id; member in struct:__anon8312::UmaEnumCommandIdPair 202 // Add new items here and use |enum_id| from the next line. 203 { 58, 0 }, // Must be the last. Increment |enum_id| when new IDC was added. 237 return kUmaEnumToControlId[i].enum_id; 245 int enum_id = FindUMAEnumValueForCommand(id); local 246 if (enum_id != -1) { 248 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id, 249 kUmaEnumToControlId[kMappingSize - 1].enum_id); 257 int enum_id = FindUMAEnumValueForCommand(id) local [all...] |