Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index 13e2cf3d3e30a9711b5a9c4178431178543f7204..36a550d74e24a3659df49cf077283fd9cc2b7dcd 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -542,7 +542,8 @@ public: |
virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { } |
// Unlike enumeration histograms, sparse histograms only allocate memory for non-empty buckets. |
virtual void histogramSparse(const char* name, int sample) { } |
- |
+ // Record to RAPPPOR. |
+ virtual void recordRappor(const char* metric, const WebString& sample) { } |
// GPU ---------------------------------------------------------------- |
// |