Fix for making popup size proper when we have 'Block third-party cookies and site...
commit2764ed907d5c43614d287b4a5c39a80e88782c53
authordeepak.m1 <deepak.m1@samsung.com>
Thu, 19 Mar 2015 04:53:23 +0000 (18 21:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Mar 2015 04:54:03 +0000 (19 04:54 +0000)
treeb2a6b28c80bc51f83db0b911540cbf7540127c99
parent87a3217a2346be350204511735416f9b63ed7760
Fix for making popup size proper when we have 'Block third-party cookies and site data' checkbox enabled.

string for IDS_COLLECTED_COOKIES_BLOCKED_THIRD_PARTY_BLOCKING_ENABLED
is not getting wrapped, so the popup size is getting set to largest string size
so making big poup un-necessarily.
Now string will get wrapped by the size of the treeviewwidth so we will
get the same size of popup when checkbox is checked as well as when checkbox is not checked cases.

BUG=467503

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

Cr-Commit-Position: refs/heads/master@{#321296}
chrome/browser/ui/views/collected_cookies_views.cc