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

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

Issue 2093623003: [Offline pages] Hooking up SQL store to Offline RequestQueue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a test for SQL store actually persisting requests across resets Created 4 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 extern const base::FilePath::CharType kExtensionActivityLogFilename[]; 50 extern const base::FilePath::CharType kExtensionActivityLogFilename[];
51 extern const base::FilePath::CharType kExtensionsCookieFilename[]; 51 extern const base::FilePath::CharType kExtensionsCookieFilename[];
52 extern const base::FilePath::CharType kFirstRunSentinel[]; 52 extern const base::FilePath::CharType kFirstRunSentinel[];
53 extern const base::FilePath::CharType kGCMStoreDirname[]; 53 extern const base::FilePath::CharType kGCMStoreDirname[];
54 extern const base::FilePath::CharType kLocalStateFilename[]; 54 extern const base::FilePath::CharType kLocalStateFilename[];
55 extern const base::FilePath::CharType kLocalStorePoolName[]; 55 extern const base::FilePath::CharType kLocalStorePoolName[];
56 extern const base::FilePath::CharType kMediaCacheDirname[]; 56 extern const base::FilePath::CharType kMediaCacheDirname[];
57 extern const base::FilePath::CharType kNetworkPersistentStateFilename[]; 57 extern const base::FilePath::CharType kNetworkPersistentStateFilename[];
58 extern const base::FilePath::CharType kOfflinePageArchivesDirname[]; 58 extern const base::FilePath::CharType kOfflinePageArchivesDirname[];
59 extern const base::FilePath::CharType kOfflinePageMetadataDirname[]; 59 extern const base::FilePath::CharType kOfflinePageMetadataDirname[];
60 extern const base::FilePath::CharType kOfflinePageRequestQueueDirname[];
60 extern const base::FilePath::CharType kPreferencesFilename[]; 61 extern const base::FilePath::CharType kPreferencesFilename[];
61 extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[]; 62 extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[];
62 extern const base::FilePath::CharType kReadmeFilename[]; 63 extern const base::FilePath::CharType kReadmeFilename[];
63 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; 64 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[];
64 extern const base::FilePath::CharType kSecurePreferencesFilename[]; 65 extern const base::FilePath::CharType kSecurePreferencesFilename[];
65 extern const base::FilePath::CharType kServiceStateFileName[]; 66 extern const base::FilePath::CharType kServiceStateFileName[];
66 extern const base::FilePath::CharType kSingletonCookieFilename[]; 67 extern const base::FilePath::CharType kSingletonCookieFilename[];
67 extern const base::FilePath::CharType kSingletonLockFilename[]; 68 extern const base::FilePath::CharType kSingletonLockFilename[];
68 extern const base::FilePath::CharType kSingletonSocketFilename[]; 69 extern const base::FilePath::CharType kSingletonSocketFilename[];
69 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[]; 70 extern const base::FilePath::CharType kSupervisedUserSettingsFilename[];
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 120
120 // Used to identify the application to the system AV function in Windows. 121 // Used to identify the application to the system AV function in Windows.
121 extern const char kApplicationClientIDStringForAVScanning[]; 122 extern const char kApplicationClientIDStringForAVScanning[];
122 123
123 // The largest reasonable length we'd assume for a meta tag attribute. 124 // The largest reasonable length we'd assume for a meta tag attribute.
124 extern const size_t kMaxMetaTagAttributeLength; 125 extern const size_t kMaxMetaTagAttributeLength;
125 126
126 } // namespace chrome 127 } // namespace chrome
127 128
128 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 129 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698