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 a9e39add5db7adcfe6999d8155851da925f5d97a..f8d89b2dc65baf6afdac3bffe6279a45942c7919 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -157,6 +157,9 @@ 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 |