| Index: chrome/installer/mini_installer/mini_installer.h
|
| ===================================================================
|
| --- chrome/installer/mini_installer/mini_installer.h (revision 11111)
|
| +++ chrome/installer/mini_installer/mini_installer.h (working copy)
|
| @@ -28,10 +28,12 @@
|
| const wchar_t kCleanupRegistryValueName[] = L"ChromeInstallerCleanup";
|
| // Paths for the above two registry keys
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| -const wchar_t kUninstallRegistryKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome";
|
| +const wchar_t kUninstallRegistryKey[] =
|
| + L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome";
|
| const wchar_t kCleanupRegistryKey[] = L"Software\\Google";
|
| #else
|
| -const wchar_t kUninstallRegistryKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Chromium";
|
| +const wchar_t kUninstallRegistryKey[] =
|
| + L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Chromium";
|
| const wchar_t kCleanupRegistryKey[] = L"Software\\Chromium";
|
| #endif
|
|
|
|
|