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

Unified Diff: ceee/ie/broker/broker_module.rc

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious '33' from .gyp file. Created 10 years, 1 month 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 | « ceee/ie/broker/broker.h ('k') | ceee/ie/broker/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/broker_module.rc
diff --git a/ceee/ie/broker/broker_module.rc b/ceee/ie/broker/broker_module.rc
index 43af9fedac27c7385b2b4cc7f4dfd9cbee40b381..2bb9dc4549795b330fa01738095bb69c178f6238 100644
--- a/ceee/ie/broker/broker_module.rc
+++ b/ceee/ie/broker/broker_module.rc
@@ -52,13 +52,13 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
- VALUE "CompanyName", "Google Inc."
- VALUE "FileDescription", "Internet Explorer User Broker for Google CEEE"
+ VALUE "CompanyName", COMPANY_FULLNAME_STRING
+ VALUE "FileDescription", CEEE_PRODUCT_FULLNAME_STRING " Broker"
VALUE "FileVersion", CHROME_VERSION_STRING
VALUE "LegalCopyright", COPYRIGHT_STRING
VALUE "InternalName", "ceee_broker.exe"
VALUE "OriginalFilename", "ceee_broker.exe"
- VALUE "ProductName", "Google Chrome Extensions Execution Environment"
+ VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING
VALUE "ProductVersion", CHROME_VERSION_STRING
END
END
@@ -86,6 +86,7 @@ IDR_BROKER REGISTRY "broker.rgs"
STRINGTABLE
BEGIN
IDS_PROJNAME "ceee_broker"
+ IDS_CEEE_BROKER_NAME CEEE_PRODUCT_FULLNAME_STRING " Broker"
END
#endif // English (U.S.) resources
« no previous file with comments | « ceee/ie/broker/broker.h ('k') | ceee/ie/broker/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698