| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 75eb0319463b12b0bdfe797063fcacc50879e0d5..ca83b52da6194914933d1b8c54978230bf8bc72e 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -407,7 +407,7 @@ public:
|
| virtual WebURLLoaderMockFactory* getURLLoaderMockFactory() { return nullptr; }
|
|
|
| // Record to a RAPPOR privacy-preserving metric, see: https://www.chromium.org/developers/design-documents/rappor.
|
| - // recordRappor records a sample string, while recordRapporURL records the domain and registry of a url.
|
| + // recordRappor records a sample string, while recordRapporURL records the eTLD+1 of a url.
|
| virtual void recordRappor(const char* metric, const WebString& sample) { }
|
| virtual void recordRapporURL(const char* metric, const blink::WebURL& url) { }
|
|
|
|
|