Index: chrome/browser/upgrade_detector.cc |
diff --git a/chrome/browser/upgrade_detector.cc b/chrome/browser/upgrade_detector.cc |
index a8928f169de4b1cd9519cc4fbab72d704a26c7d8..73f5f2548a774e8c8b038ebcc431f279550e2776 100644 |
--- a/chrome/browser/upgrade_detector.cc |
+++ b/chrome/browser/upgrade_detector.cc |
@@ -114,10 +114,6 @@ class DetectUpgradeTask : public Task { |
// Get the version of the currently *running* instance of Chrome. |
chrome::VersionInfo version_info; |
- if (!version_info.is_valid()) { |
- NOTREACHED() << "Failed to get current file version"; |
- return; |
- } |
scoped_ptr<Version> running_version( |
Version::GetVersionFromString(ASCIIToUTF16(version_info.Version()))); |
if (running_version.get() == NULL) { |