Home | History | Annotate | Download | only in incident_reporting

Lines Matching refs:VersionInfo

24     chrome::VersionInfo::Channel channel) {
25 typedef chrome::VersionInfo VersionInfo;
28 case VersionInfo::CHANNEL_CANARY:
30 case VersionInfo::CHANNEL_DEV:
32 case VersionInfo::CHANNEL_BETA:
34 case VersionInfo::CHANNEL_STABLE:
43 chrome::VersionInfo version_info;
45 // TODO(grt): Move this logic into VersionInfo (it also appears in
57 MapChannelToProtobuf(chrome::VersionInfo::GetChannel()));