| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 7218c7f07335ed4d9b248c2afeaf56b32a531f26..8a353f5cacdb202f03d7bccdffbef3cb3f61e305 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -632,7 +632,7 @@ void RenderViewHostImpl::SetWebUIProperty(const std::string& name,
|
| if (GetMainFrame()->GetEnabledBindings() & BINDINGS_POLICY_WEB_UI) {
|
| Send(new ViewMsg_SetWebUIProperty(GetRoutingID(), name, value));
|
| } else {
|
| - RecordAction(
|
| + base::RecordAction(
|
| base::UserMetricsAction("BindingsMismatchTerminate_RVH_WebUI"));
|
| GetProcess()->Shutdown(content::RESULT_CODE_KILLED, false);
|
| }
|
|
|