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

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

Issue 523040: Some Chrome Frame cleanup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/installer/installer.gyp ('k') | chrome_frame/FILES » ('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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 const wchar_t kInactiveUserToast[] = L"inactive-user-toast"; 106 const wchar_t kInactiveUserToast[] = L"inactive-user-toast";
107 107
108 } // namespace switches 108 } // namespace switches
109 109
110 const wchar_t kInstallBinaryDir[] = L"Application"; 110 const wchar_t kInstallBinaryDir[] = L"Application";
111 const wchar_t kInstallUserDataDir[] = L"User Data"; 111 const wchar_t kInstallUserDataDir[] = L"User Data";
112 const wchar_t kChromeExe[] = L"chrome.exe"; 112 const wchar_t kChromeExe[] = L"chrome.exe";
113 const wchar_t kChromeOldExe[] = L"old_chrome.exe"; 113 const wchar_t kChromeOldExe[] = L"old_chrome.exe";
114 const wchar_t kChromeNewExe[] = L"new_chrome.exe"; 114 const wchar_t kChromeNewExe[] = L"new_chrome.exe";
115 const wchar_t kChromeDll[] = L"chrome.dll"; 115 const wchar_t kChromeDll[] = L"chrome.dll";
116 const wchar_t kChromeFrameDll[] = L"npchrome_tab.dll"; 116 const wchar_t kChromeFrameDll[] = L"npchrome_frame.dll";
117 const wchar_t kSetupExe[] = L"setup.exe"; 117 const wchar_t kSetupExe[] = L"setup.exe";
118 const wchar_t kInstallerDir[] = L"Installer"; 118 const wchar_t kInstallerDir[] = L"Installer";
119 119
120 const wchar_t kUninstallStringField[] = L"UninstallString"; 120 const wchar_t kUninstallStringField[] = L"UninstallString";
121 const wchar_t kUninstallDisplayNameField[] = L"DisplayName"; 121 const wchar_t kUninstallDisplayNameField[] = L"DisplayName";
122 const wchar_t kUninstallMetricsName[] = L"uninstall_metrics"; 122 const wchar_t kUninstallMetricsName[] = L"uninstall_metrics";
123 const wchar_t kUninstallInstallationDate[] = L"installation_date"; 123 const wchar_t kUninstallInstallationDate[] = L"installation_date";
124 } // namespace installer_util 124 } // namespace installer_util
OLDNEW
« no previous file with comments | « chrome/installer/installer.gyp ('k') | chrome_frame/FILES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698