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

Unified Diff: components/metrics/test_metrics_service_client.h

Issue 318993002: Merge MetricsLog and MetricsLogBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address nits Created 6 years, 6 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 | « components/metrics/metrics_log_unittest.cc ('k') | components/metrics/test_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/test_metrics_service_client.h
===================================================================
--- components/metrics/test_metrics_service_client.h (revision 275424)
+++ components/metrics/test_metrics_service_client.h (working copy)
@@ -40,10 +40,14 @@
const std::string& get_client_id() const { return client_id_; }
void set_install_date(int64 install_date) { install_date_ = install_date; }
+ void set_version_string(const std::string& str) { version_string_ = str; }
private:
std::string client_id_;
int64 install_date_;
+ std::string version_string_;
+
+ DISALLOW_COPY_AND_ASSIGN(TestMetricsServiceClient);
};
} // namespace metrics
« no previous file with comments | « components/metrics/metrics_log_unittest.cc ('k') | components/metrics/test_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698