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

Side by Side Diff: chrome/installer/util/util_constants.h

Issue 345021: Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 // Defines all install related constants that need to be used by Chrome as 5 // Defines all install related constants that need to be used by Chrome as
6 // well as Chrome Installer. 6 // well as Chrome Installer.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
10 10
(...skipping 26 matching lines...) Expand all
37 RENAME_SUCCESSFUL, // Rename of new_chrome.exe to chrome.exe worked 37 RENAME_SUCCESSFUL, // Rename of new_chrome.exe to chrome.exe worked
38 RENAME_FAILED, // Rename of new_chrome.exe failed 38 RENAME_FAILED, // Rename of new_chrome.exe failed
39 EULA_REJECTED, // EULA dialog was not accepted by user. 39 EULA_REJECTED, // EULA dialog was not accepted by user.
40 EULA_ACCEPTED, // EULA dialog was accepted by user. 40 EULA_ACCEPTED, // EULA dialog was accepted by user.
41 EULA_ACCEPTED_OPT_IN, // EULA accepted wtih the crash optin selected. 41 EULA_ACCEPTED_OPT_IN, // EULA accepted wtih the crash optin selected.
42 INSTALL_DIR_IN_USE, // Installation directory is in use by another process 42 INSTALL_DIR_IN_USE, // Installation directory is in use by another process
43 UNINSTALL_REQUIRES_REBOOT // Uninstallation required a reboot. 43 UNINSTALL_REQUIRES_REBOOT // Uninstallation required a reboot.
44 }; 44 };
45 45
46 namespace switches { 46 namespace switches {
47 extern const wchar_t kChromeFrame[];
47 extern const wchar_t kCreateAllShortcuts[]; 48 extern const wchar_t kCreateAllShortcuts[];
48 extern const wchar_t kDeleteProfile[]; 49 extern const wchar_t kDeleteProfile[];
49 extern const wchar_t kDisableLogging[]; 50 extern const wchar_t kDisableLogging[];
50 extern const wchar_t kDoNotCreateShortcuts[]; 51 extern const wchar_t kDoNotCreateShortcuts[];
51 extern const wchar_t kDoNotLaunchChrome[]; 52 extern const wchar_t kDoNotLaunchChrome[];
52 extern const wchar_t kDoNotRegisterForUpdateLaunch[]; 53 extern const wchar_t kDoNotRegisterForUpdateLaunch[];
53 extern const wchar_t kDoNotRemoveSharedItems[]; 54 extern const wchar_t kDoNotRemoveSharedItems[];
54 extern const wchar_t kEnableLogging[]; 55 extern const wchar_t kEnableLogging[];
55 extern const wchar_t kForceUninstall[]; 56 extern const wchar_t kForceUninstall[];
56 extern const wchar_t kInstallArchive[]; 57 extern const wchar_t kInstallArchive[];
(...skipping 25 matching lines...) Expand all
82 extern const wchar_t kInstallerDir[]; 83 extern const wchar_t kInstallerDir[];
83 84
84 extern const wchar_t kUninstallStringField[]; 85 extern const wchar_t kUninstallStringField[];
85 extern const wchar_t kUninstallDisplayNameField[]; 86 extern const wchar_t kUninstallDisplayNameField[];
86 extern const wchar_t kUninstallMetricsName[]; 87 extern const wchar_t kUninstallMetricsName[];
87 extern const wchar_t kUninstallInstallationDate[]; 88 extern const wchar_t kUninstallInstallationDate[];
88 89
89 } // namespace installer_util 90 } // namespace installer_util
90 91
91 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 92 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698