summaryrefslogtreecommitdiffstats
path: root/ceee
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 20:42:25 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 20:42:25 +0000
commit90f9a2962b73b2db4192129961648b449f74f651 (patch)
tree950e03c76097416045e5b33ca7f981ce0192bedb /ceee
parent9f1a809612800503e4a8e11048a4ca4541ca1b76 (diff)
downloadchromium_src-90f9a2962b73b2db4192129961648b449f74f651.zip
chromium_src-90f9a2962b73b2db4192129961648b449f74f651.tar.gz
chromium_src-90f9a2962b73b2db4192129961648b449f74f651.tar.bz2
Added string to VERSIONINFO.
"Official Build" to fix UMA issue. "LastChange" for convinience. BUG=none TEST=none Review URL: http://codereview.chromium.org/5860001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r--ceee/ie/broker/broker_module.rc2
-rw-r--r--ceee/ie/plugin/toolband/toolband.rc2
-rw-r--r--ceee/installer_dll/installer_helper.rc2
3 files changed, 6 insertions, 0 deletions
diff --git a/ceee/ie/broker/broker_module.rc b/ceee/ie/broker/broker_module.rc
index 2bb9dc4..f1f3d37 100644
--- a/ceee/ie/broker/broker_module.rc
+++ b/ceee/ie/broker/broker_module.rc
@@ -60,6 +60,8 @@ BEGIN
VALUE "OriginalFilename", "ceee_broker.exe"
VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING
VALUE "ProductVersion", CHROME_VERSION_STRING
+ VALUE "LastChange", LASTCHANGE_STRING
+ VALUE "Official Build", OFFICIAL_BUILD_STRING
END
END
BLOCK "VarFileInfo"
diff --git a/ceee/ie/plugin/toolband/toolband.rc b/ceee/ie/plugin/toolband/toolband.rc
index 96a63b0..e4686bf 100644
--- a/ceee/ie/plugin/toolband/toolband.rc
+++ b/ceee/ie/plugin/toolband/toolband.rc
@@ -63,6 +63,8 @@ BEGIN
VALUE "OriginalFilename", "ceee_ie.dll"
VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING
VALUE "ProductVersion", CHROME_VERSION_STRING
+ VALUE "LastChange", LASTCHANGE_STRING
+ VALUE "Official Build", OFFICIAL_BUILD_STRING
END
END
BLOCK "VarFileInfo"
diff --git a/ceee/installer_dll/installer_helper.rc b/ceee/installer_dll/installer_helper.rc
index 2c7573e0..a747221 100644
--- a/ceee/installer_dll/installer_helper.rc
+++ b/ceee/installer_dll/installer_helper.rc
@@ -54,6 +54,8 @@ BEGIN
VALUE "OriginalFilename", "ceee_installer_helper.dll"
VALUE "ProductName", "Google Chrome Extension Execution Environment"
VALUE "ProductVersion", CHROME_VERSION_STRING
+ VALUE "LastChange", LASTCHANGE_STRING
+ VALUE "Official Build", OFFICIAL_BUILD_STRING
END
END
BLOCK "VarFileInfo"