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

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

Issue 7065024: Add a self-destruct mechanism to user-level Chrome Frame when it detects that system-level Chrome... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/installer/util/browser_distribution.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | 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 // 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 #pragma once 10 #pragma once
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 extern const char kUpdateSetupExe[]; 144 extern const char kUpdateSetupExe[];
145 extern const char kVerboseLogging[]; 145 extern const char kVerboseLogging[];
146 extern const char kShowEula[]; 146 extern const char kShowEula[];
147 extern const char kAltDesktopShortcut[]; 147 extern const char kAltDesktopShortcut[];
148 extern const char kInactiveUserToast[]; 148 extern const char kInactiveUserToast[];
149 extern const char kSystemLevelToast[]; 149 extern const char kSystemLevelToast[];
150 extern const char kExperimentGroup[]; 150 extern const char kExperimentGroup[];
151 extern const char kToastResultsKey[]; 151 extern const char kToastResultsKey[];
152 } // namespace switches 152 } // namespace switches
153 153
154 extern const wchar_t kCeeeBrokerExe[];
155 extern const wchar_t kCeeeIeDll[];
156 extern const wchar_t kCeeeInstallHelperDll[];
157 extern const wchar_t kChromeDll[]; 154 extern const wchar_t kChromeDll[];
158 extern const wchar_t kChromeExe[]; 155 extern const wchar_t kChromeExe[];
159 extern const wchar_t kChromeFrameDll[]; 156 extern const wchar_t kChromeFrameDll[];
160 extern const wchar_t kChromeFrameHelperExe[]; 157 extern const wchar_t kChromeFrameHelperExe[];
161 extern const wchar_t kChromeFrameHelperWndClass[]; 158 extern const wchar_t kChromeFrameHelperWndClass[];
162 extern const wchar_t kChromeFrameReadyModeField[]; 159 extern const wchar_t kChromeFrameReadyModeField[];
163 extern const wchar_t kChromeLauncherExe[]; 160 extern const wchar_t kChromeLauncherExe[];
164 extern const wchar_t kChromeNaCl64Dll[]; 161 extern const wchar_t kChromeNaCl64Dll[];
165 extern const wchar_t kChromeOldExe[]; 162 extern const wchar_t kChromeOldExe[];
166 extern const wchar_t kChromeNewExe[]; 163 extern const wchar_t kChromeNewExe[];
(...skipping 20 matching lines...) Expand all
187 extern const wchar_t kInstallerSuccessLaunchCmdLine[]; 184 extern const wchar_t kInstallerSuccessLaunchCmdLine[];
188 185
189 // Product options. 186 // Product options.
190 extern const wchar_t kOptionCeee[]; 187 extern const wchar_t kOptionCeee[];
191 extern const wchar_t kOptionMultiInstall[]; 188 extern const wchar_t kOptionMultiInstall[];
192 extern const wchar_t kOptionReadyMode[]; 189 extern const wchar_t kOptionReadyMode[];
193 190
194 } // namespace installer 191 } // namespace installer
195 192
196 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 193 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/browser_distribution.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698