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

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

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 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "chrome/common/chrome_version.h" 8 #include "chrome/common/chrome_version.h"
9 9
10 #define FPL FILE_PATH_LITERAL 10 #define FPL FILE_PATH_LITERAL
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); 145 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
146 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); 146 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
147 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); 147 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
148 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); 148 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
149 const base::FilePath::CharType kNetworkPersistentStateFilename[] = 149 const base::FilePath::CharType kNetworkPersistentStateFilename[] =
150 FPL("Network Persistent State"); 150 FPL("Network Persistent State");
151 const base::FilePath::CharType kOfflinePageArchivesDirname[] = 151 const base::FilePath::CharType kOfflinePageArchivesDirname[] =
152 FPL("Offline Pages/archives"); 152 FPL("Offline Pages/archives");
153 const base::FilePath::CharType kOfflinePageMetadataDirname[] = 153 const base::FilePath::CharType kOfflinePageMetadataDirname[] =
154 FPL("Offline Pages/metadata"); 154 FPL("Offline Pages/metadata");
155 const base::FilePath::CharType kOfflinePageRequestQueueDirname[] =
156 FPL("Offline Pages/request_queue");
155 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); 157 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
156 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] = 158 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] =
157 FPL("Protected Preferences"); 159 FPL("Protected Preferences");
158 const base::FilePath::CharType kReadmeFilename[] = FPL("README"); 160 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
159 const base::FilePath::CharType kSafeBrowsingBaseFilename[] = 161 const base::FilePath::CharType kSafeBrowsingBaseFilename[] =
160 FPL("Safe Browsing"); 162 FPL("Safe Browsing");
161 const base::FilePath::CharType kSecurePreferencesFilename[] = 163 const base::FilePath::CharType kSecurePreferencesFilename[] =
162 FPL("Secure Preferences"); 164 FPL("Secure Preferences");
163 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State"); 165 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
164 const base::FilePath::CharType kSingletonCookieFilename[] = 166 const base::FilePath::CharType kSingletonCookieFilename[] =
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 // user can select for different file types. 218 // user can select for different file types.
217 // {2676A9A2-D919-4FEE-9187-152100393AB2} 219 // {2676A9A2-D919-4FEE-9187-152100393AB2}
218 const char kApplicationClientIDStringForAVScanning[] = 220 const char kApplicationClientIDStringForAVScanning[] =
219 "2676A9A2-D919-4FEE-9187-152100393AB2"; 221 "2676A9A2-D919-4FEE-9187-152100393AB2";
220 222
221 const size_t kMaxMetaTagAttributeLength = 2000; 223 const size_t kMaxMetaTagAttributeLength = 2000;
222 224
223 } // namespace chrome 225 } // namespace chrome
224 226
225 #undef FPL 227 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | components/offline_pages/background/request_queue_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698