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

Unified Diff: chrome/installer/setup/setup_util.h

Issue 1271893003: Add options to write version number to registry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed review comments by grt Created 5 years, 3 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/setup/setup_util.h
diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
index 38ffc0664c4aca0bf6fc9ea842312f4919d716dc..8dc9c60d2065b71dd38d677d1fc4a8b947f2445f 100644
--- a/chrome/installer/setup/setup_util.h
+++ b/chrome/installer/setup/setup_util.h
@@ -134,6 +134,10 @@ void DeleteRegistryKeyPartial(
const base::string16& path,
const std::vector<base::string16>& keys_to_preserve);
+// Converts a product GUID into a SQuished gUID that is used for MSI installer
+// registry entries.
+base::string16 GuidToSquid(const base::string16& guid);
+
// This class will enable the privilege defined by |privilege_name| on the
// current process' token. The privilege will be disabled upon the
// ScopedTokenPrivilege's destruction (unless it was already enabled when the

Powered by Google App Engine
This is Rietveld 408576698