Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index f1ee07ecd399d85e35d77bd4b31cbf65cd6fd835..c8a9ba9b88ac6d50851b71960eb88f079700db65 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -116,6 +116,7 @@ |
#include "components/pref_registry/pref_registry_syncable.h" |
#include "components/rappor/rappor_utils.h" |
#include "components/signin/core/common/profile_management_switches.h" |
+#include "components/startup_metric_utils/browser/startup_metric_message_filter.h" |
#include "components/translate/core/common/translate_switches.h" |
#include "components/url_formatter/url_fixer.h" |
#include "components/variations/variations_associated_data.h" |
@@ -904,6 +905,7 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch( |
DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile); |
host->AddFilter(new data_reduction_proxy::DataReductionProxyMessageFilter( |
data_reduction_proxy_settings)); |
+ host->AddFilter(new startup_metric_utils::StartupMetricMessageFilter()); |
host->Send(new ChromeViewMsg_SetIsIncognitoProcess( |
profile->IsOffTheRecord())); |