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

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

Issue 10818021: Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/src/
Patch Set: Created 8 years, 4 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
11 // Whether to set Chrome to launch at computer startup. 11 // Whether to set Chrome to launch at computer startup.
12 const char kAutoLaunchChrome[] = "auto-launch-chrome"; 12 const char kAutoLaunchChrome[] = "auto-launch-chrome";
13 13
14 // Install Chrome. 14 // Install Chrome.
15 // Currently this is only required when used in combination with kMultiInstall. 15 // Currently this is only required when used in combination with kMultiInstall.
16 const char kChrome[] = "chrome"; 16 const char kChrome[] = "chrome";
17 17
18 // Install Chrome App Host.
19 const char kChromeAppHost[] = "app-host";
20
21 // Install Chrome Frame. 18 // Install Chrome Frame.
22 const char kChromeFrame[] = "chrome-frame"; 19 const char kChromeFrame[] = "chrome-frame";
23 20
24 // Installs Chrome Frame from an already installed multi-install of Chrome. 21 // Installs Chrome Frame from an already installed multi-install of Chrome.
25 const char kChromeFrameQuickEnable[] = "quick-enable-cf"; 22 const char kChromeFrameQuickEnable[] = "quick-enable-cf";
26 23
27 // When installing Chrome Frame, install it in ready mode. 24 // When installing Chrome Frame, install it in ready mode.
28 // If --chrome-frame is not on the command line, this switch has no effect. 25 // If --chrome-frame is not on the command line, this switch has no effect.
29 const char kChromeFrameReadyMode[] = "ready-mode"; 26 const char kChromeFrameReadyMode[] = "ready-mode";
30 27
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 160
164 // The group this experiment belongs to. 161 // The group this experiment belongs to.
165 const char kExperimentGroup[] = "experiment-group"; 162 const char kExperimentGroup[] = "experiment-group";
166 163
167 // A handle value of the key to write the results of the toast experiment 164 // A handle value of the key to write the results of the toast experiment
168 // to. See DuplicateGoogleUpdateSystemClientKey for details. 165 // to. See DuplicateGoogleUpdateSystemClientKey for details.
169 const char kToastResultsKey[] = "toast-results-key"; 166 const char kToastResultsKey[] = "toast-results-key";
170 167
171 } // namespace switches 168 } // namespace switches
172 169
173 const wchar_t kChromeAppHostExe[] = L"app_host.exe";
174 const wchar_t kChromeDll[] = L"chrome.dll"; 170 const wchar_t kChromeDll[] = L"chrome.dll";
175 const wchar_t kChromeExe[] = L"chrome.exe"; 171 const wchar_t kChromeExe[] = L"chrome.exe";
176 const wchar_t kChromeFrameDll[] = L"npchrome_frame.dll"; 172 const wchar_t kChromeFrameDll[] = L"npchrome_frame.dll";
177 const wchar_t kChromeFrameHelperExe[] = L"chrome_frame_helper.exe"; 173 const wchar_t kChromeFrameHelperExe[] = L"chrome_frame_helper.exe";
178 const wchar_t kChromeFrameHelperWndClass[] = L"ChromeFrameHelperWindowClass"; 174 const wchar_t kChromeFrameHelperWndClass[] = L"ChromeFrameHelperWindowClass";
179 const wchar_t kChromeFrameReadyModeField[] = L"ChromeFrameReadyMode"; 175 const wchar_t kChromeFrameReadyModeField[] = L"ChromeFrameReadyMode";
180 const wchar_t kChromeLauncherExe[] = L"chrome_launcher.exe"; 176 const wchar_t kChromeLauncherExe[] = L"chrome_launcher.exe";
181 const wchar_t kChromeNewExe[] = L"new_chrome.exe"; 177 const wchar_t kChromeNewExe[] = L"new_chrome.exe";
182 const wchar_t kChromeOldExe[] = L"old_chrome.exe"; 178 const wchar_t kChromeOldExe[] = L"old_chrome.exe";
183 const wchar_t kCmdInstallApp[] = L"install-application";
184 const wchar_t kCmdQuickEnableApplicationHost[] =
185 L"quick-enable-application-host";
186 const wchar_t kCmdQuickEnableCf[] = L"quick-enable-cf"; 179 const wchar_t kCmdQuickEnableCf[] = L"quick-enable-cf";
187 const wchar_t kDelegateExecuteExe[] = L"delegate_execute.exe"; 180 const wchar_t kDelegateExecuteExe[] = L"delegate_execute.exe";
188 const wchar_t kGoogleChromeInstallSubDir1[] = L"Google"; 181 const wchar_t kGoogleChromeInstallSubDir1[] = L"Google";
189 const wchar_t kGoogleChromeInstallSubDir2[] = L"Chrome"; 182 const wchar_t kGoogleChromeInstallSubDir2[] = L"Chrome";
190 const wchar_t kInstallBinaryDir[] = L"Application"; 183 const wchar_t kInstallBinaryDir[] = L"Application";
191 const wchar_t kInstallerDir[] = L"Installer"; 184 const wchar_t kInstallerDir[] = L"Installer";
192 const wchar_t kInstallTempDir[] = L"Temp"; 185 const wchar_t kInstallTempDir[] = L"Temp";
193 const wchar_t kInstallUserDataDir[] = L"User Data"; 186 const wchar_t kInstallUserDataDir[] = L"User Data";
194 const wchar_t kNaClExe[] = L"nacl64.exe"; 187 const wchar_t kNaClExe[] = L"nacl64.exe";
195 // The CLSID of the proxy stub OLE Automation universal marshaler, the default 188 // The CLSID of the proxy stub OLE Automation universal marshaler, the default
(...skipping 24 matching lines...) Expand all
220 // Chrome channel display names. 213 // Chrome channel display names.
221 const wchar_t kChromeChannelUnknown[] = L"unknown"; 214 const wchar_t kChromeChannelUnknown[] = L"unknown";
222 const wchar_t kChromeChannelCanary[] = L"canary"; 215 const wchar_t kChromeChannelCanary[] = L"canary";
223 const wchar_t kChromeChannelDev[] = L"dev"; 216 const wchar_t kChromeChannelDev[] = L"dev";
224 const wchar_t kChromeChannelBeta[] = L"beta"; 217 const wchar_t kChromeChannelBeta[] = L"beta";
225 const wchar_t kChromeChannelStable[] = L""; 218 const wchar_t kChromeChannelStable[] = L"";
226 219
227 const size_t kMaxAppModelIdLength = 64U; 220 const size_t kMaxAppModelIdLength = 64U;
228 221
229 } // namespace installer 222 } // 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