| Index: content/public/browser/user_metrics.h
|
| diff --git a/content/public/browser/user_metrics.h b/content/public/browser/user_metrics.h
|
| index 118d8a93ae3a81cb8d5cc2924cd8ff2553e0c20a..81859185134ad0fa9fd65406f1c193cad66e04d6 100644
|
| --- a/content/public/browser/user_metrics.h
|
| +++ b/content/public/browser/user_metrics.h
|
| @@ -19,6 +19,10 @@ namespace content {
|
|
|
| CONTENT_EXPORT void RecordAction(const base::UserMetricsAction& action);
|
| CONTENT_EXPORT void RecordComputedAction(const std::string& action);
|
| +CONTENT_EXPORT void RecordRappor(
|
| + const std::string& metric,
|
| + const std::string& sample);
|
| +
|
|
|
| } // namespace content
|
|
|
|
|