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

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

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r142814 Created 8 years, 6 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/shell_util_unittest.cc ('k') | chrome/installer/util/util_constants.cc » ('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) 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 // Defines all install related constants that need to be used by Chrome as 5 // Defines all install related constants that need to be used by Chrome as
6 // well as Chrome Installer. 6 // well as Chrome Installer.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
10 #pragma once 10 #pragma once
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 // Chrome channel display names. 211 // Chrome channel display names.
212 // NOTE: Canary is not strictly a 'channel', but rather a separate product 212 // NOTE: Canary is not strictly a 'channel', but rather a separate product
213 // installed side-by-side. However, GoogleUpdateSettings::GetChromeChannel 213 // installed side-by-side. However, GoogleUpdateSettings::GetChromeChannel
214 // will return "canary" for that product. 214 // will return "canary" for that product.
215 extern const wchar_t kChromeChannelUnknown[]; 215 extern const wchar_t kChromeChannelUnknown[];
216 extern const wchar_t kChromeChannelCanary[]; 216 extern const wchar_t kChromeChannelCanary[];
217 extern const wchar_t kChromeChannelDev[]; 217 extern const wchar_t kChromeChannelDev[];
218 extern const wchar_t kChromeChannelBeta[]; 218 extern const wchar_t kChromeChannelBeta[];
219 extern const wchar_t kChromeChannelStable[]; 219 extern const wchar_t kChromeChannelStable[];
220 220
221 extern const size_t kMaxAppModelIdLength;
222
221 } // namespace installer 223 } // namespace installer
222 224
223 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 225 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/shell_util_unittest.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698