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

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

Issue 3077022: Extension package creation cleanup (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: This would be a lot easier if I could actually compile on Windows Created 10 years, 4 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
« no previous file with comments | « chrome/browser/extensions/pack_extension_job.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) 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 // 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 #pragma once 9 #pragma once
10 10
(...skipping 16 matching lines...) Expand all
27 #endif // defined(OS_WIN) 27 #endif // defined(OS_WIN)
28 extern const wchar_t kMessageWindowClass[]; 28 extern const wchar_t kMessageWindowClass[];
29 extern const wchar_t kCrashReportLog[]; 29 extern const wchar_t kCrashReportLog[];
30 extern const wchar_t kTestingInterfaceDLL[]; 30 extern const wchar_t kTestingInterfaceDLL[];
31 extern const wchar_t kNotSignedInProfile[]; 31 extern const wchar_t kNotSignedInProfile[];
32 extern const wchar_t kNotSignedInID[]; 32 extern const wchar_t kNotSignedInID[];
33 extern const char kStatsFilename[]; 33 extern const char kStatsFilename[];
34 extern const wchar_t kBrowserResourcesDll[]; 34 extern const wchar_t kBrowserResourcesDll[];
35 extern const wchar_t kNaClAppName[]; 35 extern const wchar_t kNaClAppName[];
36 extern const FilePath::CharType kExtensionFileExtension[]; 36 extern const FilePath::CharType kExtensionFileExtension[];
37 extern const FilePath::CharType kExtensionKeyFileExtension[];
37 38
38 // filenames 39 // filenames
39 extern const FilePath::CharType kArchivedHistoryFilename[]; 40 extern const FilePath::CharType kArchivedHistoryFilename[];
40 extern const FilePath::CharType kCacheDirname[]; 41 extern const FilePath::CharType kCacheDirname[];
41 extern const FilePath::CharType kMediaCacheDirname[]; 42 extern const FilePath::CharType kMediaCacheDirname[];
42 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 43 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
43 extern const FilePath::CharType kAppCacheDirname[]; 44 extern const FilePath::CharType kAppCacheDirname[];
44 extern const FilePath::CharType kChromePluginDataDirname[]; 45 extern const FilePath::CharType kChromePluginDataDirname[];
45 extern const FilePath::CharType kThemePackFilename[]; 46 extern const FilePath::CharType kThemePackFilename[];
46 extern const FilePath::CharType kCookieFilename[]; 47 extern const FilePath::CharType kCookieFilename[];
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 92
92 extern const wchar_t kChromiumRendererIdProperty[]; 93 extern const wchar_t kChromiumRendererIdProperty[];
93 94
94 // The language code used when the language of a page could not be detected. 95 // The language code used when the language of a page could not be detected.
95 // (Matches what the CLD -Compact Language Detection- library reports.) 96 // (Matches what the CLD -Compact Language Detection- library reports.)
96 extern const char* const kUnknownLanguageCode; 97 extern const char* const kUnknownLanguageCode;
97 98
98 } // namespace chrome 99 } // namespace chrome
99 100
100 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 101 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/pack_extension_job.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698