| Index: chrome/test/mini_installer/quit_chrome.py
|
| diff --git a/chrome/test/mini_installer/quit_chrome.py b/chrome/test/mini_installer/quit_chrome.py
|
| index 5070ed9d15a238a74757f59b7606b421edd4a839..a02f73ae4327ed952d41444fb5ea57140a493822 100644
|
| --- a/chrome/test/mini_installer/quit_chrome.py
|
| +++ b/chrome/test/mini_installer/quit_chrome.py
|
| @@ -71,7 +71,7 @@ def main():
|
| if not CloseWindows(chrome_path):
|
| # TODO(robertshield): Investigate why Chrome occasionally doesn't shut down.
|
| print 'Warning: Chrome not responding to window closure. Killing process...'
|
| - KillNamedProcess(chrome_path):
|
| + KillNamedProcess(chrome_path)
|
| return 0
|
|
|
|
|
|
|