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

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

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 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 #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.
12 const char kAutoLaunchChrome[] = "auto-launch-chrome";
13
11 // Install CEEE. 14 // Install CEEE.
12 const char kCeee[] = "ceee"; 15 const char kCeee[] = "ceee";
13 16
14 // Install Chrome. 17 // Install Chrome.
15 // Currently this is only required when used in combination with kMultiInstall. 18 // Currently this is only required when used in combination with kMultiInstall.
16 const char kChrome[] = "chrome"; 19 const char kChrome[] = "chrome";
17 20
18 // Install Chrome Frame. 21 // Install Chrome Frame.
19 const char kChromeFrame[] = "chrome-frame"; 22 const char kChromeFrame[] = "chrome-frame";
20 23
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 197
195 // The presence of this environment variable with a value of 1 implies that 198 // The presence of this environment variable with a value of 1 implies that
196 // we should run as a system installation regardless of what is on the 199 // we should run as a system installation regardless of what is on the
197 // command line. 200 // command line.
198 const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine"; 201 const char kGoogleUpdateIsMachineEnvVar[] = "GoogleUpdateIsMachine";
199 202
200 const wchar_t kOptionMultiInstall[] = L"multi-install"; 203 const wchar_t kOptionMultiInstall[] = L"multi-install";
201 const wchar_t kOptionReadyMode[] = L"ready-mode"; 204 const wchar_t kOptionReadyMode[] = L"ready-mode";
202 205
203 } // namespace installer 206 } // 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