Home
last modified time | relevance | path

Searched refs:system_profile_plugin (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Dplugin_metrics_provider.cc155 const metrics::SystemProfileProto::Plugin* system_profile_plugin = NULL; in ProvideStabilityMetrics() local
160 system_profile_plugin = &system_profile_proto->plugin(i); in ProvideStabilityMetrics()
165 if (!system_profile_plugin) { in ProvideStabilityMetrics()
172 *plugin_stability->mutable_plugin() = *system_profile_plugin; in ProvideStabilityMetrics()