Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 1f7d8eba00bda118c3e30868d5b9018239be938f..96fca758f7b4b5d620e52e0b3fc6dd5058ff9605 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -3904,6 +3904,8 @@ void Browser::WebIntentDispatch( |
if (!web_intents::IsWebIntentsEnabled(profile_)) |
return; |
+ UMA_HISTOGRAM_COUNTS("WebIntents.Dispatch", 1); |
+ |
TabContentsWrapper* tcw = |
TabContentsWrapper::GetCurrentWrapperForContents(tab); |
tcw->web_intent_picker_controller()->SetIntentsDispatcher(intents_dispatcher); |