| 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
|
|
|