Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
index 0cc656d13e22d797b95ee6333315943e7ad36d50..8d749c2f191a07305d767fac0687a971b2cfd336 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -589,8 +589,8 @@ void TabContentsWrapper::OnRegisterProtocolHandler(const std::string& protocol, |
if (!handler.IsEmpty() && |
registry->CanSchemeBeOverridden(handler.protocol())) { |
- UserMetrics::RecordAction(UserMetricsAction( |
- "RegisterProtocolHandler.InfoBar_Shown")); |
+ UserMetrics::RecordAction( |
+ UserMetricsAction("RegisterProtocolHandler.InfoBar_Shown")); |
AddInfoBar(new RegisterProtocolHandlerInfoBarDelegate(tab_contents(), |
registry, |
handler)); |