| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index fba3353ef1d1eab0769843ff23b82141dfb56693..8c56a9f6d0ce77e192977a1bf96b8c9215d8eaff 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -3414,7 +3414,7 @@ bool RenderFrameHostImpl::UpdatePendingWebUI(const GURL& dest_url,
|
| // potential privilege escalation.
|
| if (entry_bindings != NavigationEntryImpl::kInvalidBindings &&
|
| pending_web_ui_->GetBindings() != entry_bindings) {
|
| - RecordAction(
|
| + base::RecordAction(
|
| base::UserMetricsAction("ProcessSwapBindingsMismatch_RVHM"));
|
| ClearPendingWebUI();
|
| }
|
|
|