DescriptionWe should not return the raw Google Update branch code if we fail to determine what branch we are on. We should just assume stable.
We should also not add the branch code information to the version string, since it needs to be parsable by Version object. If we append the raw branch code, it might contain dots, which confuses the parsing done by the Version object.
BUG=31772
TEST=Change your branch code to something like 3.0-dev or 2.0-dev-somerandomstring. Chrome should not crash when you open the About box.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35763
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|