Fix failing ChromeFrame window open tests on IE6/7. These tests started failing since
we started passing in the profile name in the list of parameters being passed to the
attach external tab request. The tests failed because when we launch the automation server
we match the profile names which end up being different for the original document url which
defaults to iexplore and the attach tab request which contains the profile name under which
chrome is launched which changes to Google Chrome Frame for IE6/7. We also need to escape
out the profile name while parsing it in the ParseAttachExternalTabUrl helper class.

Will add a test in a subsequent CL.

TBR=amit,twiz

Review URL: http://codereview.chromium.org/3299017

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