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

Side by Side Diff: chrome/test/mini_installer_test/mini_installer_test_constants.cc

Issue 12225022: Delete kBrowserAppName in favor of IDS_SHORT_PRODUCT_NAME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/mini_installer_test/mini_installer_test_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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";
25 const wchar_t kBrowserTabName[] = L"New Tab - Google Chrome"; 24 const wchar_t kBrowserTabName[] = L"New Tab - Google Chrome";
26 const wchar_t kChromeFrameAppDir[] = L"Google\\Chrome Frame\\Application\\"; 25 const wchar_t kChromeFrameAppDir[] = L"Google\\Chrome Frame\\Application\\";
27 const wchar_t kChromeFrameAppName[] = L"Google Chrome Frame"; 26 const wchar_t kChromeFrameAppName[] = L"Google Chrome Frame";
28 const wchar_t kChromeFrameProductName[] = L"Chrome Frame"; 27 const wchar_t kChromeFrameProductName[] = L"Chrome Frame";
29 const wchar_t kChromeMiniInstallerExecutable[] = L"mini_installer.exe"; 28 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";
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 72
74 // Back up the profile. 73 // Back up the profile.
75 const char kInstallerTestBackup[] = "backup"; 74 const char kInstallerTestBackup[] = "backup";
76 75
77 // Control the build under test. 76 // Control the build under test.
78 const char kInstallerTestBuild[] = "build"; 77 const char kInstallerTestBuild[] = "build";
79 78
80 // Force the installer tests to run, regardless of the current platform. 79 // Force the installer tests to run, regardless of the current platform.
81 const char kInstallerTestForce[] = "force"; 80 const char kInstallerTestForce[] = "force";
82 } // namespace switches 81 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/test/mini_installer_test/mini_installer_test_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698