Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: chrome/app/keystone_glue.m

Issue 63027: Info.plist key SVNRevision is now, really, the SVNRevision.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/keystone_glue.m
===================================================================
--- chrome/app/keystone_glue.m (revision 13174)
+++ chrome/app/keystone_glue.m (working copy)
@@ -29,12 +29,7 @@
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698