Searched refs:profile_proto (Results 1 – 3 of 3) sorted by relevance
158 metrics::SystemProfileProto* profile_proto = in Populate() local160 profile_proto->mutable_hardware()->set_hardware_class( in Populate()162 profile_proto->set_app_version(profile_.version); in Populate()163 profile_proto->set_channel(profile_.channel); in Populate()165 profile_proto->mutable_brillo(); in Populate()
30 virtual bool Populate(metrics::ChromeUserMetricsExtension* profile_proto) = 0;
29 bool Populate(metrics::ChromeUserMetricsExtension* profile_proto) override { in Populate() argument