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

Unified Diff: chrome/installer/util/browser_distribution.h

Issue 10451074: Always suffix ChromeHTML entries on Windows for user-level installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better fix for InstallUtil::DeleteRegistryValue Created 8 years, 7 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
Index: chrome/installer/util/browser_distribution.h
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index 8944db98af386e3c52e97785b4eaa6865f772a39..7b703fa8b7f91e506106df9e34d8eba5176ee5cd 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -69,6 +69,7 @@ class BrowserDistribution {
// Returns the name by which the program is registered with Default Programs.
// This is not a localized string suitable for presenting to a user.
+ // This name should then usually be suffixed for user-level installs.
virtual string16 GetApplicationName();
// Returns the localized name of the program.

Powered by Google App Engine
This is Rietveld 408576698