Index: chrome/browser/plugins/plugin_info_message_filter.cc |
diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc |
index 2fdaaeabc89fb2608d6e93f2ccbd7398afef2c31..740c7670fb02e364fa62e256466379fafec692c2 100644 |
--- a/chrome/browser/plugins/plugin_info_message_filter.cc |
+++ b/chrome/browser/plugins/plugin_info_message_filter.cc |
@@ -106,12 +106,12 @@ void ReportMetrics(const std::string& mime_type, |
if (mime_type == content::kFlashPluginSwfMimeType || |
mime_type == content::kFlashPluginSplMimeType) { |
- rappor_service->RecordSample( |
+ rappor_service->RecordSampleString( |
"Plugins.FlashOriginUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE, |
net::registry_controlled_domains::GetDomainAndRegistry( |
main_frame_origin.GetURL(), |
net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES)); |
- rappor_service->RecordSample( |
+ rappor_service->RecordSampleString( |
"Plugins.FlashUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE, |
net::registry_controlled_domains::GetDomainAndRegistry( |
url, |