Index: components/metrics/metrics_service_client.h |
diff --git a/components/metrics/metrics_service_client.h b/components/metrics/metrics_service_client.h |
index 4289bae899395eb823b2856d983912ed7f6d6357..fa31c5e97998c366dd5e090db8835130f37126a7 100644 |
--- a/components/metrics/metrics_service_client.h |
+++ b/components/metrics/metrics_service_client.h |
@@ -64,8 +64,6 @@ class MetricsServiceClient { |
// Creates a MetricsLogUploader with the specified parameters (see comments on |
// MetricsLogUploader for details). |
virtual scoped_ptr<MetricsLogUploader> CreateUploader( |
- const std::string& server_url, |
- const std::string& mime_type, |
const base::Callback<void(int)>& on_upload_complete) = 0; |
// Returns the name of a key under HKEY_CURRENT_USER that can be used to store |