Index: chrome/test/automation/automation_proxy.cc |
diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc |
index 4da271ba80e984736f44bff14f84d78df5b74992..62b003e40a8a3c5c05b5a6f9d9d8de7644712090 100644 |
--- a/chrome/test/automation/automation_proxy.cc |
+++ b/chrome/test/automation/automation_proxy.cc |
@@ -174,7 +174,6 @@ AutomationLaunchResult AutomationProxy::WaitForAppLaunch() { |
// Obtain our own version number and compare it to what the automation |
// provider sent. |
chrome::VersionInfo version_info; |
- DCHECK(version_info.is_valid()); |
// Note that we use a simple string comparison since we expect the version |
// to be a punctuated numeric string. Consider using base/Version if we |