| Index: ios/web/public/user_metrics.h
|
| diff --git a/ios/web/public/user_metrics.h b/ios/web/public/user_metrics.h
|
| index 2f354edecfd4542f7da87266660de9a9b407135a..6f1e3e6005435ec5acfada1fa50c0e53dc22844b 100644
|
| --- a/ios/web/public/user_metrics.h
|
| +++ b/ios/web/public/user_metrics.h
|
| @@ -21,6 +21,7 @@ namespace web {
|
|
|
| void RecordAction(const base::UserMetricsAction& action);
|
| void RecordComputedAction(const std::string& action);
|
| +void RecordRappor(const std::string& metric, const std::string& sample);
|
|
|
| } // namespace web
|
|
|
|
|