Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: components/metrics/metrics_log_base.h

Issue 301633006: Move ChromeOS hardware class init out of MetricsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | components/metrics/metrics_log_base_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | components/metrics/metrics_log_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698