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

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

Issue 147044: Wire up a LoginDatabase for PasswordStoreMac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/profile.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 25 matching lines...) Expand all
36 extern const FilePath::CharType kPreferencesFilename[]; 36 extern const FilePath::CharType kPreferencesFilename[];
37 extern const FilePath::CharType kSafeBrowsingFilename[]; 37 extern const FilePath::CharType kSafeBrowsingFilename[];
38 extern const FilePath::CharType kSingletonSocketFilename[]; 38 extern const FilePath::CharType kSingletonSocketFilename[];
39 extern const FilePath::CharType kThumbnailsFilename[]; 39 extern const FilePath::CharType kThumbnailsFilename[];
40 extern const wchar_t kUserDataDirname[]; 40 extern const wchar_t kUserDataDirname[];
41 extern const FilePath::CharType kUserScriptsDirname[]; 41 extern const FilePath::CharType kUserScriptsDirname[];
42 extern const FilePath::CharType kWebDataFilename[]; 42 extern const FilePath::CharType kWebDataFilename[];
43 extern const FilePath::CharType kBookmarksFileName[]; 43 extern const FilePath::CharType kBookmarksFileName[];
44 extern const FilePath::CharType kHistoryBookmarksFileName[]; 44 extern const FilePath::CharType kHistoryBookmarksFileName[];
45 extern const FilePath::CharType kCustomDictionaryFileName[]; 45 extern const FilePath::CharType kCustomDictionaryFileName[];
46 extern const FilePath::CharType kLoginDataFileName[];
46 47
47 extern const unsigned int kMaxRendererProcessCount; 48 extern const unsigned int kMaxRendererProcessCount;
48 extern const int kStatsMaxThreads; 49 extern const int kStatsMaxThreads;
49 extern const int kStatsMaxCounters; 50 extern const int kStatsMaxCounters;
50 51
51 // The maximum number of characters of the document's title that we're willing 52 // The maximum number of characters of the document's title that we're willing
52 // to send to the browser process. 53 // to send to the browser process.
53 extern const size_t kMaxTitleChars; 54 extern const size_t kMaxTitleChars;
54 55
55 extern const bool kRecordModeEnabled; 56 extern const bool kRecordModeEnabled;
56 57
57 } // namespace chrome 58 } // namespace chrome
58 59
59 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 60 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698