Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: content/public/test/mock_render_thread.cc

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to ETLD_PLUS_ONE Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/test/mock_render_thread.cc
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
index 34cabd753dd753bcd121efd895960cffd2a70cff..98243adc9b260747066287fb44117df0af8ed58e 100644
--- a/content/public/test/mock_render_thread.cc
+++ b/content/public/test/mock_render_thread.cc
@@ -134,6 +134,11 @@ void MockRenderThread::RecordAction(const base::UserMetricsAction& action) {
void MockRenderThread::RecordComputedAction(const std::string& action) {
}
+void MockRenderThread::RecordRappor(
+ const std::string& metric,
+ const std::string& sample) {
+}
+
scoped_ptr<base::SharedMemory>
MockRenderThread::HostAllocateSharedMemoryBuffer(
size_t buffer_size) {

Powered by Google App Engine
This is Rietveld 408576698