summaryrefslogtreecommitdiffstats
path: root/chrome/app/keystone_glue.m
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 17:47:35 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 17:47:35 +0000
commit7963ee9d944d111988f5417a6993c49a9b277cdd (patch)
treebe553edf748b1903c2c66f32a2bfcf2e1b1925c3 /chrome/app/keystone_glue.m
parent1edc16b82bd98eb06188a94e62c668d439035e6e (diff)
downloadchromium_src-7963ee9d944d111988f5417a6993c49a9b277cdd.zip
chromium_src-7963ee9d944d111988f5417a6993c49a9b277cdd.tar.gz
chromium_src-7963ee9d944d111988f5417a6993c49a9b277cdd.tar.bz2
Info.plist key SVNRevision is now, really, the SVNRevision.
Use CFBundleVersion for the Keystone version (e.g. 172.2.0.0). Review URL: http://codereview.chromium.org/63027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/keystone_glue.m')
-rw-r--r--chrome/app/keystone_glue.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/app/keystone_glue.m b/chrome/app/keystone_glue.m
index 45ae1c2..ca73f24 100644
--- a/chrome/app/keystone_glue.m
+++ b/chrome/app/keystone_glue.m
@@ -29,12 +29,7 @@ typedef enum { kKSPathExistenceChecker } KSExistenceCheckerType;
if (bundleIdentifier == nil) {
bundleIdentifier = [mainBundle bundleIdentifier];
}
- // TODO(mmentovai): The svn version serves our purposes for now, but it will
- // likely be replaced. The key problem is that it does not monotonically
- // increase for releases when considering svn branches and tags. For the
- // purposes of TestShell, though, which will likely only ever survive in
- // auto-updatable form in builds straight from the trunk, this is fine.
- NSString* version = [infoDictionary objectForKey:@"SVNRevision"];
+ NSString* version = [infoDictionary objectForKey:@"KSVersion"];
if (!bundleIdentifier || !url || !version) {
// If parameters required for Keystone are missing, don't use it.
return;