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

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

Issue 27354: Add FilePath setter/getter to pref service.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/tab_contents/web_contents_unittest.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 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
(...skipping 13 matching lines...) Expand all
24 extern const FilePath::CharType kExtensionFileExtension[]; 24 extern const FilePath::CharType kExtensionFileExtension[];
25 25
26 // filenames 26 // filenames
27 extern const wchar_t kArchivedHistoryFilename[]; 27 extern const wchar_t kArchivedHistoryFilename[];
28 extern const FilePath::CharType kCacheDirname[]; 28 extern const FilePath::CharType kCacheDirname[];
29 extern const FilePath::CharType kMediaCacheDirname[]; 29 extern const FilePath::CharType kMediaCacheDirname[];
30 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 30 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
31 extern const wchar_t kChromePluginDataDirname[]; 31 extern const wchar_t kChromePluginDataDirname[];
32 extern const FilePath::CharType kCookieFilename[]; 32 extern const FilePath::CharType kCookieFilename[];
33 extern const FilePath::CharType kHistoryFilename[]; 33 extern const FilePath::CharType kHistoryFilename[];
34 extern const wchar_t kLocalStateFilename[]; 34 extern const FilePath::CharType kLocalStateFilename[];
35 extern const FilePath::CharType kPreferencesFilename[]; 35 extern const FilePath::CharType kPreferencesFilename[];
36 extern const FilePath::CharType kSafeBrowsingFilename[]; 36 extern const FilePath::CharType kSafeBrowsingFilename[];
37 extern const wchar_t kThumbnailsFilename[]; 37 extern const wchar_t kThumbnailsFilename[];
38 extern const wchar_t kUserDataDirname[]; 38 extern const wchar_t kUserDataDirname[];
39 extern const FilePath::CharType kUserScriptsDirname[]; 39 extern const FilePath::CharType kUserScriptsDirname[];
40 extern const FilePath::CharType kWebDataFilename[]; 40 extern const FilePath::CharType kWebDataFilename[];
41 extern const FilePath::CharType kBookmarksFileName[]; 41 extern const FilePath::CharType kBookmarksFileName[];
42 extern const FilePath::CharType kHistoryBookmarksFileName[]; 42 extern const FilePath::CharType kHistoryBookmarksFileName[];
43 extern const FilePath::CharType kCustomDictionaryFileName[]; 43 extern const FilePath::CharType kCustomDictionaryFileName[];
44 44
45 extern const unsigned int kMaxRendererProcessCount; 45 extern const unsigned int kMaxRendererProcessCount;
46 extern const int kStatsMaxThreads; 46 extern const int kStatsMaxThreads;
47 extern const int kStatsMaxCounters; 47 extern const int kStatsMaxCounters;
48 48
49 extern const bool kRecordModeEnabled; 49 extern const bool kRecordModeEnabled;
50 50
51 } // namespace chrome 51 } // namespace chrome
52 52
53 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 53 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
54 54
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698