Index: chrome/browser/extensions/startup_helper.cc |
diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc |
index 53cd444db03a60fcf600eb5fc329a278c497f853..4b5a94bf1827c7953b40c232ab0bad9184f0b2d4 100644 |
--- a/chrome/browser/extensions/startup_helper.cc |
+++ b/chrome/browser/extensions/startup_helper.cc |
@@ -181,8 +181,7 @@ bool StartupHelper::ValidateCrx(const base::CommandLine& cmd_line, |
scoped_refptr<ValidateCrxHelper> helper( |
new ValidateCrxHelper(file, temp_dir.path(), &run_loop)); |
helper->Start(); |
- if (!helper->finished()) |
- run_loop.Run(); |
+ run_loop.Run(); |
bool success = helper->success(); |
if (!success) |