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

Unified Diff: chrome/installer/mini_installer/mini_installer_constants.cc

Issue 2670133002: Various cleanups. (Closed)
Patch Set: huangs comments Created 3 years, 10 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
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.cc ('k') | chrome/installer/mini_installer/regkey.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/mini_installer_constants.cc
diff --git a/chrome/installer/mini_installer/mini_installer_constants.cc b/chrome/installer/mini_installer/mini_installer_constants.cc
index 751d25b7495340ebf74282a45a21578b06f20142..0d9f7436f400cf66bbd58b5e5c88dae9027d8631 100644
--- a/chrome/installer/mini_installer/mini_installer_constants.cc
+++ b/chrome/installer/mini_installer/mini_installer_constants.cc
@@ -58,9 +58,11 @@ const wchar_t kUninstallRegistryValue[] = L"UninstallString";
// Registry key paths.
#if defined(GOOGLE_CHROME_BUILD)
-// The path to the key containing each app's Clients registry key.
+// The path to the key containing each app's Clients registry key. The trailing
+// slash is required.
const wchar_t kClientsKeyBase[] = L"Software\\Google\\Update\\Clients\\";
-// The path to the key containing each app's Client State registry key.
+// The path to the key containing each app's Client State registry key. The
+// trailing slash is required.
const wchar_t kClientStateKeyBase[] =
L"Software\\Google\\Update\\ClientState\\";
// The path to the key in which kCleanupRegistryValue is found.
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.cc ('k') | chrome/installer/mini_installer/regkey.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698