Index: components/rappor/rappor_service.h |
diff --git a/components/rappor/rappor_service.h b/components/rappor/rappor_service.h |
index 323e9ba520d538d6a473a3cd07f7bee21c530787..f02a85a3fe65e48d13738531627496c854a78b18 100644 |
--- a/components/rappor/rappor_service.h |
+++ b/components/rappor/rappor_service.h |
@@ -42,7 +42,9 @@ class RapporService { |
virtual ~RapporService(); |
// Starts the periodic generation of reports and upload attempts. |
- void Start(PrefService* pref_service, net::URLRequestContextGetter* context); |
+ void Start(PrefService* pref_service, |
+ net::URLRequestContextGetter* context, |
+ bool metrics_enabled); |
// Records a sample of the rappor metric specified by |metric_name|. |
// Creates and initializes the metric, if it doesn't yet exist. |