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

Side by Side Diff: chrome/common/chrome_constants.h

Issue 12225022: Delete kBrowserAppName in favor of IDS_SHORT_PRODUCT_NAME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/browser/memory_details_linux.cc ('k') | chrome/common/chrome_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 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
(...skipping 18 matching lines...) Expand all
29 // The helper .app bundle name and executable name may have one of these 29 // The helper .app bundle name and executable name may have one of these
30 // suffixes to identify specific features, or it may have no suffix at all. 30 // suffixes to identify specific features, or it may have no suffix at all.
31 // This is a NULL-terminated array of strings. If kHelperFlavorSuffixes 31 // This is a NULL-terminated array of strings. If kHelperFlavorSuffixes
32 // contains "EN", "MF", and NULL, it indicates that if the normal helper is 32 // contains "EN", "MF", and NULL, it indicates that if the normal helper is
33 // named Chromium Helper.app, helper executables could show up at any of 33 // named Chromium Helper.app, helper executables could show up at any of
34 // Chromium Helper.app/Contents/MacOS/Chromium Helper, 34 // Chromium Helper.app/Contents/MacOS/Chromium Helper,
35 // Chromium Helper EN.app/Contents/MacOS/Chromium Helper EN, and 35 // Chromium Helper EN.app/Contents/MacOS/Chromium Helper EN, and
36 // Chromium Helper MF.app/Contents/MacOS/Chromium Helper MF. 36 // Chromium Helper MF.app/Contents/MacOS/Chromium Helper MF.
37 extern const FilePath::CharType* const kHelperFlavorSuffixes[]; 37 extern const FilePath::CharType* const kHelperFlavorSuffixes[];
38 #endif // OS_MACOSX 38 #endif // OS_MACOSX
39 extern const wchar_t kBrowserAppName[];
40 #if defined(OS_WIN) 39 #if defined(OS_WIN)
41 extern const FilePath::CharType kMetroDriverDll[]; 40 extern const FilePath::CharType kMetroDriverDll[];
42 extern const wchar_t kStatusTrayWindowClass[]; 41 extern const wchar_t kStatusTrayWindowClass[];
43 #endif // defined(OS_WIN) 42 #endif // defined(OS_WIN)
44 extern const wchar_t kMessageWindowClass[]; 43 extern const wchar_t kMessageWindowClass[];
45 extern const wchar_t kCrashReportLog[]; 44 extern const wchar_t kCrashReportLog[];
46 extern const wchar_t kTestingInterfaceDLL[]; 45 extern const wchar_t kTestingInterfaceDLL[];
47 extern const char kInitialProfile[]; 46 extern const char kInitialProfile[];
48 extern const char kMultiProfileDirPrefix[]; 47 extern const char kMultiProfileDirPrefix[];
49 extern const wchar_t kBrowserResourcesDll[]; 48 extern const wchar_t kBrowserResourcesDll[];
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 // Used by Metro Chrome to get information about the current tab. 136 // Used by Metro Chrome to get information about the current tab.
138 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 137 extern const wchar_t kMetroGetCurrentTabInfoMessage[];
139 // Used by Metro Chrome to store activation state. 138 // Used by Metro Chrome to store activation state.
140 extern const wchar_t kMetroRegistryPath[]; 139 extern const wchar_t kMetroRegistryPath[];
141 extern const wchar_t kLaunchModeValue[]; 140 extern const wchar_t kLaunchModeValue[];
142 #endif 141 #endif
143 142
144 } // namespace chrome 143 } // namespace chrome
145 144
146 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 145 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/memory_details_linux.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698