| Index: content/renderer/renderer_blink_platform_impl.h
|
| diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
| index 7691aca0e405c7ae1bd2f195ba0c6ee19b4e0b9a..f91e8cf47f91d88a1ca8fef3090bd65271245f86 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.h
|
| +++ b/content/renderer/renderer_blink_platform_impl.h
|
| @@ -159,6 +159,8 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| virtual void cancelVibration();
|
| virtual blink::WebScheduler* scheduler();
|
| virtual blink::WebThread* currentThread();
|
| + virtual void recordRappor(const char* metric, const blink::WebString& sample);
|
| + virtual void recordRapporURL(const char* metric, const blink::WebURL& url);
|
|
|
| // Set the PlatformEventObserverBase in |platform_event_observers_| associated
|
| // with |type| to |observer|. If there was already an observer associated to
|
|
|