Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: ios/web/public/user_metrics.h

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698