| Index: chrome/browser/metrics/chrome_metrics_service_client.h
|
| ===================================================================
|
| --- chrome/browser/metrics/chrome_metrics_service_client.h (revision 272759)
|
| +++ chrome/browser/metrics/chrome_metrics_service_client.h (working copy)
|
| @@ -38,6 +38,10 @@
|
| const base::Closure& done_callback) OVERRIDE;
|
| virtual void CollectFinalMetrics(const base::Closure& done_callback)
|
| OVERRIDE;
|
| + virtual scoped_ptr<metrics::MetricsLogUploader> CreateUploader(
|
| + const std::string& server_url,
|
| + const std::string& mime_type,
|
| + const base::Callback<void(int)> on_upload_complete) OVERRIDE;
|
|
|
| // Stores a weak pointer to the given |service|.
|
| // TODO(isherman): Fix the memory ownership model so that this method is not
|
|
|