Pass correct country iso code to PhoneNumberDetector
commit4e645e9bc69350f9799262584ad8b82255d0dd8e
authorwangxianzhu <wangxianzhu@chromium.org>
Wed, 8 Oct 2014 01:01:07 +0000 (7 18:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Oct 2014 01:01:57 +0000 (8 01:01 +0000)
tree8dfbd50ac7cf22afd8661ecfa8dac80f47298c79
parent8dcb66271af8067acfac29c6cdc1d0f225bb9738
Pass correct country iso code to PhoneNumberDetector

A typo in https://codereview.chromium.org/254823005 caused wrong
parameter is passed to PhoneNumberDetector, causing detection failure
of phone numbers without full country code.

BUG=418704

Review URL: https://codereview.chromium.org/638753002

Cr-Commit-Position: refs/heads/master@{#298628}
content/renderer/render_view_impl.cc