Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 6ec87b55449b8d84731acb1340ae2f236fe70c2f..ff1256d29b4b633e9ec38cf0b2bdc6af0f3cdc47 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -166,6 +166,9 @@ class CONTENT_EXPORT RenderThreadImpl |
void EnsureWebKitInitialized() override; |
void RecordAction(const base::UserMetricsAction& action) override; |
void RecordComputedAction(const std::string& action) override; |
+ void RecordRappor( |
+ const std::string& metric, |
+ const std::string& sample) override; |
scoped_ptr<base::SharedMemory> HostAllocateSharedMemoryBuffer( |
size_t buffer_size) override; |
cc::SharedBitmapManager* GetSharedBitmapManager() override; |