| Index: components/metrics/test_metrics_service_client.h
|
| ===================================================================
|
| --- components/metrics/test_metrics_service_client.h (revision 274045)
|
| +++ components/metrics/test_metrics_service_client.h (working copy)
|
| @@ -32,6 +32,10 @@
|
| const base::Closure& done_callback) OVERRIDE;
|
| virtual void CollectFinalMetrics(const base::Closure& done_callback)
|
| OVERRIDE;
|
| + virtual scoped_ptr<MetricsLogUploader> CreateUploader(
|
| + const std::string& server_url,
|
| + const std::string& mime_type,
|
| + const base::Callback<void(int)>& on_upload_complete) OVERRIDE;
|
|
|
| const std::string& get_client_id() const { return client_id_; }
|
|
|
|
|