diff options
Diffstat (limited to 'chrome/browser/metrics/metrics_service.h')
-rw-r--r-- | chrome/browser/metrics/metrics_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h index d5fa3c1..426c66e 100644 --- a/chrome/browser/metrics/metrics_service.h +++ b/chrome/browser/metrics/metrics_service.h @@ -411,6 +411,9 @@ class MetricsService : public NotificationObserver, // The log that we are still appending to. MetricsLog* current_log_; + // The URL for the metrics server. + std::wstring server_url_; + // The identifier that's sent to the server with the log reports. std::string client_id_; |