Fix bug 145175: [Win] Frameless app windows are not resizable if no draggable region is specified

This happens because RWHV is created for the new RVH instead of the existing RVH associated with the web contents when navigating a web contents to extension URL (see http://crbug.com/123007). When ShellWindowViews tries to set the clickthrough region for resizing purpose, it fails due to no RWHV for the existing RVH. The fix is to make the native window do it again when RWHV is available after RVH is updated.

BUG=145175
TEST=Manual test by launching and resizing frameless window without draggable region specified


Review URL: https://chromiumcodereview.appspot.com/11205004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163698 0039d316-1c4b-4281-b951-d872f2087c98
6 files changed