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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

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: Comments and cleanup 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: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 3647004cbff826e932347170cf8565d74fc6c711..81b462999826f8e4b0adbb8e339d55d33247f8aa 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -174,6 +174,9 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
static bool WasWebRequestUsedBySomeExtensions();
+ void RecordRappor(
+ const std::string& metric, const std::string& sample) override;
jam 2015/04/02 16:24:14 nit: this should match the order of the interface,
kojii 2015/04/03 06:50:53 Done -- to be precise, methods above are not in th
+
private:
FRIEND_TEST_ALL_PREFIXES(ChromeContentRendererClientTest, NaClRestriction);
FRIEND_TEST_ALL_PREFIXES(ChromeContentRendererClientTest,

Powered by Google App Engine
This is Rietveld 408576698