summaryrefslogtreecommitdiffstats
path: root/chromium/content/renderer/stats_collection_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/renderer/stats_collection_controller.h')
-rw-r--r--chromium/content/renderer/stats_collection_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/content/renderer/stats_collection_controller.h b/chromium/content/renderer/stats_collection_controller.h
index c122972e41f..279fed7602d 100644
--- a/chromium/content/renderer/stats_collection_controller.h
+++ b/chromium/content/renderer/stats_collection_controller.h
@@ -29,6 +29,10 @@ class StatsCollectionController
StatsCollectionController();
virtual ~StatsCollectionController();
+ // gin::WrappableBase
+ virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
+ v8::Isolate* isolate) OVERRIDE;
+
// Retrieves a histogram and returns a JSON representation of it.
std::string GetHistogram(const std::string& histogram_name);