| Index: components/metrics/metrics_log_base.h
|
| diff --git a/components/metrics/metrics_log_base.h b/components/metrics/metrics_log_base.h
|
| index ff760ad90a6d75d809fe985206e82ed521a3c499..9d6d2a6f9a267a59c38201b79f69e658dd68df6e 100644
|
| --- a/components/metrics/metrics_log_base.h
|
| +++ b/components/metrics/metrics_log_base.h
|
| @@ -75,11 +75,6 @@ class MetricsLogBase {
|
| uma_proto_.user_action_event_size();
|
| }
|
|
|
| - void set_hardware_class(const std::string& hardware_class) {
|
| - uma_proto_.mutable_system_profile()->mutable_hardware()->set_hardware_class(
|
| - hardware_class);
|
| - }
|
| -
|
| LogType log_type() const { return log_type_; }
|
|
|
| protected:
|
|
|