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

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

Issue 18732: Wire the eula and the dialog display code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_util { 7 namespace installer_util {
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 // Install Chrome to system wise location. The default is per user install. 60 // Install Chrome to system wise location. The default is per user install.
61 const wchar_t kSystemLevel[] = L"system-level"; 61 const wchar_t kSystemLevel[] = L"system-level";
62 62
63 // If present, setup will uninstall chrome. 63 // If present, setup will uninstall chrome.
64 const wchar_t kUninstall[] = L"uninstall"; 64 const wchar_t kUninstall[] = L"uninstall";
65 65
66 // Enable verbose logging (info level). 66 // Enable verbose logging (info level).
67 const wchar_t kVerboseLogging[] = L"verbose-logging"; 67 const wchar_t kVerboseLogging[] = L"verbose-logging";
68 68
69 // Show the embedded EULA dialog.
70 const wchar_t kShowEula[] = L"show-eula";
71
69 } // namespace switches 72 } // namespace switches
70 73
71 const wchar_t kInstallBinaryDir[] = L"Application"; 74 const wchar_t kInstallBinaryDir[] = L"Application";
72 const wchar_t kChromeExe[] = L"chrome.exe"; 75 const wchar_t kChromeExe[] = L"chrome.exe";
73 const wchar_t kChromeOldExe[] = L"old_chrome.exe"; 76 const wchar_t kChromeOldExe[] = L"old_chrome.exe";
74 const wchar_t kChromeNewExe[] = L"new_chrome.exe"; 77 const wchar_t kChromeNewExe[] = L"new_chrome.exe";
75 const wchar_t kChromeDll[] = L"chrome.dll"; 78 const wchar_t kChromeDll[] = L"chrome.dll";
76 const wchar_t kSetupExe[] = L"setup.exe"; 79 const wchar_t kSetupExe[] = L"setup.exe";
77 80
78 const wchar_t kUninstallStringField[] = L"UninstallString"; 81 const wchar_t kUninstallStringField[] = L"UninstallString";
79 const wchar_t kUninstallDisplayNameField[] = L"DisplayName"; 82 const wchar_t kUninstallDisplayNameField[] = L"DisplayName";
80 } // namespace installer_util 83 } // namespace installer_util
OLDNEW
« chrome/installer/setup/main.cc ('K') | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698