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

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

Issue 10617002: Use a better registration suffix that will always be unique while respecting the MSDN rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/shell_util.h
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index a29caddafe4100c985a69cc7e77c860aa858d52c..1020d98a07943096a624e20437ba44a58756a85d 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -243,8 +243,8 @@ class ShellUtil {
const string16& chrome_exe);
// Returns the AppUserModelId for |dist|. This identifier is unconditionally
- // suffixed with the user id for user-level installs (in contrast to other
- // registration entries which are suffix as described in
+ // suffixed with a unique id for this user on user-level installs (in contrast
+ // to other registration entries which are suffixed as described in
// GetCurrentInstallationSuffix() above).
static string16 GetBrowserModelId(BrowserDistribution* dist,
const string16& chrome_exe);

Powered by Google App Engine
This is Rietveld 408576698