Chromium Code Reviews| 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. |
|
tkent
2015/03/16 04:59:21
RAPPPOR -> RAPPOR
kojii
2015/03/16 06:45:40
Done.
|
| + virtual void recordRappor(const char* metric, const WebString& sample) { } |
| // GPU ---------------------------------------------------------------- |
| // |