diff options
Diffstat (limited to 'chrome/test/automation/automation_proxy.cc')
-rw-r--r-- | chrome/test/automation/automation_proxy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc index 62b003e..4da271b 100644 --- a/chrome/test/automation/automation_proxy.cc +++ b/chrome/test/automation/automation_proxy.cc @@ -174,6 +174,7 @@ 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 |