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

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

Issue 2751603002: Remove the alternative preferences filename from JsonPrefStore. (Closed)
Patch Set: Created 3 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
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 <stddef.h> 10 #include <stddef.h>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 extern const base::FilePath::CharType kGCMStoreDirname[]; 54 extern const base::FilePath::CharType kGCMStoreDirname[];
55 extern const base::FilePath::CharType kLocalStateFilename[]; 55 extern const base::FilePath::CharType kLocalStateFilename[];
56 extern const base::FilePath::CharType kLocalStorePoolName[]; 56 extern const base::FilePath::CharType kLocalStorePoolName[];
57 extern const base::FilePath::CharType kMediaCacheDirname[]; 57 extern const base::FilePath::CharType kMediaCacheDirname[];
58 extern const base::FilePath::CharType kNetworkPersistentStateFilename[]; 58 extern const base::FilePath::CharType kNetworkPersistentStateFilename[];
59 extern const base::FilePath::CharType kOfflinePageArchivesDirname[]; 59 extern const base::FilePath::CharType kOfflinePageArchivesDirname[];
60 extern const base::FilePath::CharType kOfflinePageMetadataDirname[]; 60 extern const base::FilePath::CharType kOfflinePageMetadataDirname[];
61 extern const base::FilePath::CharType kOfflinePageRequestQueueDirname[]; 61 extern const base::FilePath::CharType kOfflinePageRequestQueueDirname[];
62 extern const base::FilePath::CharType kPreferencesFilename[]; 62 extern const base::FilePath::CharType kPreferencesFilename[];
63 extern const base::FilePath::CharType kPreviewsOptOutDBFilename[]; 63 extern const base::FilePath::CharType kPreviewsOptOutDBFilename[];
64 extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[];
65 extern const base::FilePath::CharType kReadmeFilename[]; 64 extern const base::FilePath::CharType kReadmeFilename[];
66 extern const base::FilePath::CharType kSecurePreferencesFilename[]; 65 extern const base::FilePath::CharType kSecurePreferencesFilename[];
67 extern const base::FilePath::CharType kServiceStateFileName[]; 66 extern const base::FilePath::CharType kServiceStateFileName[];
68 extern const base::FilePath::CharType kSingletonCookieFilename[]; 67 extern const base::FilePath::CharType kSingletonCookieFilename[];
69 extern const base::FilePath::CharType kSingletonLockFilename[]; 68 extern const base::FilePath::CharType kSingletonLockFilename[];
70 extern const base::FilePath::CharType kSingletonSocketFilename[]; 69 extern const base::FilePath::CharType kSingletonSocketFilename[];
71 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[]; 70 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[];
72 extern const base::FilePath::CharType kThemePackFilename[]; 71 extern const base::FilePath::CharType kThemePackFilename[];
73 extern const base::FilePath::CharType kWebAppDirname[]; 72 extern const base::FilePath::CharType kWebAppDirname[];
74 73
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 112
114 // Used to identify the application to the system AV function in Windows. 113 // Used to identify the application to the system AV function in Windows.
115 extern const char kApplicationClientIDStringForAVScanning[]; 114 extern const char kApplicationClientIDStringForAVScanning[];
116 115
117 // The largest reasonable length we'd assume for a meta tag attribute. 116 // The largest reasonable length we'd assume for a meta tag attribute.
118 extern const size_t kMaxMetaTagAttributeLength; 117 extern const size_t kMaxMetaTagAttributeLength;
119 118
120 } // namespace chrome 119 } // namespace chrome
121 120
122 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 121 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_browsertest.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698