Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index e08b21057b6c710083abdfeb07e9019f5d0dcaae..929f3bae317b919dbf24e6471880a29beda7ab29 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -4001,6 +4001,8 @@ void Browser::WebIntentDispatch( |
if (!web_intents::IsWebIntentsEnabled()) |
return; |
+ UMA_HISTOGRAM_COUNTS("WebIntents.Dispatch", 1); |
James Hawkins
2012/05/02 20:03:00
Are you familiar with all the other requirements y
Greg Billock
2012/05/02 20:11:54
No. I looked for details, but didn't find them, so
|
+ |
TabContentsWrapper* tcw = |
TabContentsWrapper::GetCurrentWrapperForContents(tab); |
tcw->web_intent_picker_controller()->SetIntentsDispatcher(intents_dispatcher); |