| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/test/mini_installer_test/mini_installer_test_constants.h" | 5 #include "chrome/test/mini_installer_test/mini_installer_test_constants.h" |
| 6 | 6 |
| 7 namespace mini_installer_constants { | 7 namespace mini_installer_constants { |
| 8 | 8 |
| 9 #if defined(GOOGLE_CHROME_BUILD) | 9 #if defined(GOOGLE_CHROME_BUILD) |
| 10 const wchar_t kChromeAppDir[] = L"Google\\Chrome\\Application\\"; | 10 const wchar_t kChromeAppDir[] = L"Google\\Chrome\\Application\\"; |
| 11 const wchar_t kChromeBuildType[] = L"Google Chrome"; | 11 const wchar_t kChromeBuildType[] = L"Google Chrome"; |
| 12 const wchar_t kChromeFirstRunUI[] = L"Welcome to Google Chrome"; | 12 const wchar_t kChromeFirstRunUI[] = L"Welcome to Google Chrome"; |
| 13 const wchar_t kChromeLaunchShortcut[] = L"Google Chrome.lnk"; | 13 const wchar_t kChromeLaunchShortcut[] = L"Google Chrome.lnk"; |
| 14 const wchar_t kChromeUninstallShortcut[] = L"Uninstall Google Chrome.lnk"; | 14 const wchar_t kChromeUninstallShortcut[] = L"Uninstall Google Chrome.lnk"; |
| 15 const wchar_t kChromeUninstallDialogName[] = L"Uninstall Google Chrome"; | 15 const wchar_t kChromeUninstallDialogName[] = L"Uninstall Google Chrome"; |
| 16 #else | 16 #else |
| 17 const wchar_t kChromeAppDir[] = L"Chromium\\Application\\"; | 17 const wchar_t kChromeAppDir[] = L"Chromium\\Application\\"; |
| 18 const wchar_t kChromeBuildType[] = L"Chromium"; | 18 const wchar_t kChromeBuildType[] = L"Chromium"; |
| 19 const wchar_t kChromeFirstRunUI[] = L"Welcome to Chromium"; | 19 const wchar_t kChromeFirstRunUI[] = L"Welcome to Chromium"; |
| 20 const wchar_t kChromeLaunchShortcut[] = L"Chromium.lnk"; | 20 const wchar_t kChromeLaunchShortcut[] = L"Chromium.lnk"; |
| 21 const wchar_t kChromeUninstallShortcut[] = L"Uninstall Chromium.lnk"; | 21 const wchar_t kChromeUninstallShortcut[] = L"Uninstall Chromium.lnk"; |
| 22 const wchar_t kChromeUninstallDialogName[] = L"Uninstall Chromium"; | 22 const wchar_t kChromeUninstallDialogName[] = L"Uninstall Chromium"; |
| 23 #endif | 23 #endif |
| 24 const wchar_t kBrowserAppName[] = L"Google - Google Chrome"; | 24 const wchar_t kBrowserAppName[] = L"Google - Google Chrome"; |
| 25 const wchar_t kBrowserTabName[] = L"New Tab - Google Chrome"; | 25 const wchar_t kBrowserTabName[] = L"New Tab - Google Chrome"; |
| 26 const wchar_t kChromeFrameAppDir[] = L"Google\\Chrome Frame\\Application\\"; | 26 const wchar_t kChromeFrameAppDir[] = L"Google\\Chrome Frame\\Application\\"; |
| 27 const wchar_t kChromeFrameAppName[] = L"Google Chrome Frame"; | 27 const wchar_t kChromeFrameAppName[] = L"Google Chrome Frame"; |
| 28 const wchar_t kChromeFrameProductName[] = L"Chrome Frame"; | 28 const wchar_t kChromeFrameProductName[] = L"Chrome Frame"; |
| 29 const wchar_t kChromeMiniInstallerExecutable[] = L"mini_installer.exe"; | |
| 30 const wchar_t kChromeMetaInstallerExecutable[] = L"chrome_installer.exe"; | 29 const wchar_t kChromeMetaInstallerExecutable[] = L"chrome_installer.exe"; |
| 31 const wchar_t kChromeProductName[] = L"Chrome"; | 30 const wchar_t kChromeProductName[] = L"Chrome"; |
| 32 const wchar_t kChromeSetupExecutable[] = L"setup.exe"; | 31 const wchar_t kChromeSetupExecutable[] = L"setup.exe"; |
| 33 const wchar_t kChromeUserDataBackupDir[] = L"User Data Copy"; | 32 const wchar_t kChromeUserDataBackupDir[] = L"User Data Copy"; |
| 34 const wchar_t kChromeUserDataDir[] = L"User Data"; | 33 const wchar_t kChromeUserDataDir[] = L"User Data"; |
| 35 const wchar_t kDiffInstall[] = L"Diff"; | 34 const wchar_t kDiffInstall[] = L"Diff"; |
| 36 const wchar_t kDiffInstallerPattern[] = L"_from_"; | 35 const wchar_t kDiffInstallerPattern[] = L"_from_"; |
| 37 const wchar_t kFullInstallerPattern[] = L"_chrome_installer"; | 36 const wchar_t kFullInstallerPattern[] = L"_chrome_installer"; |
| 38 const wchar_t kGoogleUpdateExecutable[] = L"GoogleUpdate.exe"; | 37 const wchar_t kGoogleUpdateExecutable[] = L"GoogleUpdate.exe"; |
| 39 const wchar_t kIEExecutable[] = L"iexplore.exe"; | 38 const wchar_t kIEExecutable[] = L"iexplore.exe"; |
| 40 const wchar_t kInstallerWindow[] = L"Chrome Installer"; | 39 const wchar_t kInstallerWindow[] = L"Chrome Installer"; |
| 41 const wchar_t kStandaloneInstaller[] = L"ChromeSetupTest.exe"; | 40 const wchar_t kStandaloneInstaller[] = L"ChromeSetupTest.exe"; |
| 42 const wchar_t kSystemInstall[] = L"system"; | |
| 43 const wchar_t kUserInstall[] = L"user"; | |
| 44 const wchar_t kUntaggedInstallerPattern[] = L"ChromeStandaloneSetup_"; | 41 const wchar_t kUntaggedInstallerPattern[] = L"ChromeStandaloneSetup_"; |
| 45 const wchar_t kWinFolder[] = L"win"; | 42 const wchar_t kWinFolder[] = L"win"; |
| 46 | 43 |
| 47 | 44 |
| 48 const wchar_t kDevChannelBuild[] = L"10.0."; | 45 const wchar_t kDevChannelBuild[] = L"10.0."; |
| 49 const wchar_t kStableChannelBuild[] = L"8.0."; | 46 const wchar_t kStableChannelBuild[] = L"8.0."; |
| 50 const wchar_t kFullInstall[] = L"Full"; | 47 const wchar_t kFullInstall[] = L"Full"; |
| 51 | 48 |
| 52 | 49 |
| 53 const wchar_t kIELocation[] = L"Internet Explorer\\"; | 50 const wchar_t kIELocation[] = L"Internet Explorer\\"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 75 | 72 |
| 76 // Back up the profile. | 73 // Back up the profile. |
| 77 const char kInstallerTestBackup[] = "backup"; | 74 const char kInstallerTestBackup[] = "backup"; |
| 78 | 75 |
| 79 // Control the build under test. | 76 // Control the build under test. |
| 80 const char kInstallerTestBuild[] = "build"; | 77 const char kInstallerTestBuild[] = "build"; |
| 81 | 78 |
| 82 // Force the installer tests to run, regardless of the current platform. | 79 // Force the installer tests to run, regardless of the current platform. |
| 83 const char kInstallerTestForce[] = "force"; | 80 const char kInstallerTestForce[] = "force"; |
| 84 } // namespace switches | 81 } // namespace switches |
| OLD | NEW |