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

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

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
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 // Constants related to the Chrome mini installer testing. 5 // Constants related to the Chrome mini installer testing.
6 6
7 #ifndef CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__ 7 #ifndef CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__
8 #define CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__ 8 #define CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__
9 9
10 namespace mini_installer_constants { 10 namespace mini_installer_constants {
(...skipping 10 matching lines...) Expand all
21 extern const wchar_t kChromeUserDataDir[]; 21 extern const wchar_t kChromeUserDataDir[];
22 extern const wchar_t kDiffInstall[]; 22 extern const wchar_t kDiffInstall[];
23 extern const wchar_t kDiffInstallerPattern[]; 23 extern const wchar_t kDiffInstallerPattern[];
24 extern const wchar_t kFullInstall[]; 24 extern const wchar_t kFullInstall[];
25 extern const wchar_t kFullInstallerPattern[]; 25 extern const wchar_t kFullInstallerPattern[];
26 extern const wchar_t kGoogleUpdateExecutable[]; 26 extern const wchar_t kGoogleUpdateExecutable[];
27 extern const wchar_t kIEExecutable[]; 27 extern const wchar_t kIEExecutable[];
28 extern const wchar_t kWinFolder[]; 28 extern const wchar_t kWinFolder[];
29 29
30 // Window names. 30 // Window names.
31 extern const wchar_t kBrowserAppName[];
32 extern const wchar_t kBrowserTabName[]; 31 extern const wchar_t kBrowserTabName[];
33 extern const wchar_t kChromeBuildType[]; 32 extern const wchar_t kChromeBuildType[];
34 extern const wchar_t kChromeFrameAppName[]; 33 extern const wchar_t kChromeFrameAppName[];
35 extern const wchar_t kChromeFirstRunUI[]; 34 extern const wchar_t kChromeFirstRunUI[];
36 extern const wchar_t kChromeUninstallDialogName[]; 35 extern const wchar_t kChromeUninstallDialogName[];
37 extern const wchar_t kInstallerWindow[]; 36 extern const wchar_t kInstallerWindow[];
38 37
39 // Shortcut names 38 // Shortcut names
40 extern const wchar_t kChromeLaunchShortcut[]; 39 extern const wchar_t kChromeLaunchShortcut[];
41 extern const wchar_t kChromeUninstallShortcut[]; 40 extern const wchar_t kChromeUninstallShortcut[];
(...skipping 19 matching lines...) Expand all
61 60
62 // Command line switches. 61 // Command line switches.
63 namespace switches { 62 namespace switches {
64 extern const char kInstallerHelp[]; 63 extern const char kInstallerHelp[];
65 extern const char kInstallerTestBackup[]; 64 extern const char kInstallerTestBackup[];
66 extern const char kInstallerTestBuild[]; 65 extern const char kInstallerTestBuild[];
67 extern const char kInstallerTestForce[]; 66 extern const char kInstallerTestForce[];
68 } // namespace switches 67 } // namespace switches
69 68
70 #endif // CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__ 69 #endif // CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/test/mini_installer_test/mini_installer_test_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698