Add option to not nuke Chrome to chrome_test.py
Current chrome_test.py nukes chrome and disables it's restart everytime we run BrowserTests. We're changng BrowserTests to run logged in instead, which is not possible if Chrome restart is disabled. Login code nukes chrome and expects it to restart for the login to occur. Using this flag allows us to turn off the nuke and allowing the login code to work.
R=nirnimesh@chromium.org
BUG=13857
TEST=Ran the autotest BrowserTest suite.
Review URL: http://codereview.chromium.org/6677172
Change-Id: Id201e7808e84421db5225bc3ae0935800a5d90d2
1 file changed