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

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

Issue 10103020: Only do DelegateExecute verb handler registration for Google Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: robert is my friend Created 8 years, 8 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/util_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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/installer/util/util_constants.h" 5 #include "chrome/installer/util/util_constants.h"
6 6
7 namespace installer { 7 namespace installer {
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 const wchar_t kChromeOldExe[] = L"old_chrome.exe"; 172 const wchar_t kChromeOldExe[] = L"old_chrome.exe";
173 const wchar_t kCmdQuickEnableCf[] = L"quick-enable-cf"; 173 const wchar_t kCmdQuickEnableCf[] = L"quick-enable-cf";
174 const wchar_t kDelegateExecuteExe[] = L"delegate_execute.exe"; 174 const wchar_t kDelegateExecuteExe[] = L"delegate_execute.exe";
175 const wchar_t kGoogleChromeInstallSubDir1[] = L"Google"; 175 const wchar_t kGoogleChromeInstallSubDir1[] = L"Google";
176 const wchar_t kGoogleChromeInstallSubDir2[] = L"Chrome"; 176 const wchar_t kGoogleChromeInstallSubDir2[] = L"Chrome";
177 const wchar_t kInstallBinaryDir[] = L"Application"; 177 const wchar_t kInstallBinaryDir[] = L"Application";
178 const wchar_t kInstallerDir[] = L"Installer"; 178 const wchar_t kInstallerDir[] = L"Installer";
179 const wchar_t kInstallTempDir[] = L"Temp"; 179 const wchar_t kInstallTempDir[] = L"Temp";
180 const wchar_t kInstallUserDataDir[] = L"User Data"; 180 const wchar_t kInstallUserDataDir[] = L"User Data";
181 const wchar_t kNaClExe[] = L"nacl64.exe"; 181 const wchar_t kNaClExe[] = L"nacl64.exe";
182 // The CLSID of the proxy stub OLE Automation universal marshaler; the default
robertshield 2012/04/17 16:03:05 "; " -> ", "
183 // marshaler for all interfaces.
184 const wchar_t kPSOAInterfaceUuid[] = L"{00020424-0000-0000-C000-000000000046}";
182 const wchar_t kSetupExe[] = L"setup.exe"; 185 const wchar_t kSetupExe[] = L"setup.exe";
183 const wchar_t kSxSSuffix[] = L" SxS"; 186 const wchar_t kSxSSuffix[] = L" SxS";
184 const wchar_t kUninstallStringField[] = L"UninstallString"; 187 const wchar_t kUninstallStringField[] = L"UninstallString";
185 const wchar_t kUninstallArgumentsField[] = L"UninstallArguments"; 188 const wchar_t kUninstallArgumentsField[] = L"UninstallArguments";
186 const wchar_t kUninstallDisplayNameField[] = L"DisplayName"; 189 const wchar_t kUninstallDisplayNameField[] = L"DisplayName";
187 const char kUninstallMetricsName[] = "uninstall_metrics"; 190 const char kUninstallMetricsName[] = "uninstall_metrics";
188 const wchar_t kUninstallInstallationDate[] = L"installation_date"; 191 const wchar_t kUninstallInstallationDate[] = L"installation_date";
189 const wchar_t kInstallerError[] = L"InstallerError"; 192 const wchar_t kInstallerError[] = L"InstallerError";
190 const wchar_t kInstallerExtraCode1[] = L"InstallerExtraCode1"; 193 const wchar_t kInstallerExtraCode1[] = L"InstallerExtraCode1";
191 const wchar_t kInstallerResult[] = L"InstallerResult"; 194 const wchar_t kInstallerResult[] = L"InstallerResult";
192 const wchar_t kInstallerResultUIString[] = L"InstallerResultUIString"; 195 const wchar_t kInstallerResultUIString[] = L"InstallerResultUIString";
193 const wchar_t kInstallerSuccessLaunchCmdLine[] = 196 const wchar_t kInstallerSuccessLaunchCmdLine[] =
194 L"InstallerSuccessLaunchCmdLine"; 197 L"InstallerSuccessLaunchCmdLine";
195 198
196 // The presence of this environment variable with a value of 1 implies that 199 // The presence of this environment variable with a value of 1 implies that
197 // we should run as a system installation regardless of what is on the 200 // we should run as a system installation regardless of what is on the
198 // command line. 201 // command line.
199 const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine"; 202 const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine";
200 203
201 const wchar_t kOptionMultiInstall[] = L"multi-install"; 204 const wchar_t kOptionMultiInstall[] = L"multi-install";
202 const wchar_t kOptionReadyMode[] = L"ready-mode"; 205 const wchar_t kOptionReadyMode[] = L"ready-mode";
203 206
204 // Chrome channel display names. 207 // Chrome channel display names.
205 const wchar_t kChromeChannelUnknown[] = L"unknown"; 208 const wchar_t kChromeChannelUnknown[] = L"unknown";
206 const wchar_t kChromeChannelCanary[] = L"canary"; 209 const wchar_t kChromeChannelCanary[] = L"canary";
207 const wchar_t kChromeChannelDev[] = L"dev"; 210 const wchar_t kChromeChannelDev[] = L"dev";
208 const wchar_t kChromeChannelBeta[] = L"beta"; 211 const wchar_t kChromeChannelBeta[] = L"beta";
209 const wchar_t kChromeChannelStable[] = L""; 212 const wchar_t kChromeChannelStable[] = L"";
210 213
211 // See delegate_execute.idl.
212 const wchar_t kCommandExecuteImplUuid[] =
213 L"{5C65F4B0-3651-4514-B207-D10CB699B14B}";
214 const wchar_t kDelegateExecuteLib[] = L"DelegateExecuteLib";
215 const wchar_t kDelegateExecuteLibUuid[] =
216 L"{4E805ED8-EBA0-4601-9681-12815A56EBFD}";
217 const wchar_t kDelegateExecuteLibVersion[] = L"1.0";
218 const wchar_t kICommandExecuteImpl[] = L"ICommandExecuteImpl";
219 const wchar_t kICommandExecuteImplUuid[] =
220 L"{0BA0D4E9-2259-4963-B9AE-A839F7CB7544}";
221 const wchar_t kPSOAInterfaceUuid[] = L"{00020424-0000-0000-C000-000000000046}";
222
223 } // namespace installer 214 } // namespace installer
OLDNEW
« no previous file with comments | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698