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

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

Issue 2785493003: Disable SDCH by Default (Closed)
Patch Set: Clean up IOS compilation errors and remove from IOS OTR profile. Created 3 years, 8 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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/test/data/webui/net_internals/log_util.js » ('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) 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 FPL("Custom Dictionary.txt"); 142 FPL("Custom Dictionary.txt");
143 const base::FilePath::CharType kExtensionActivityLogFilename[] = 143 const base::FilePath::CharType kExtensionActivityLogFilename[] =
144 FPL("Extension Activity"); 144 FPL("Extension Activity");
145 const base::FilePath::CharType kExtensionsCookieFilename[] = 145 const base::FilePath::CharType kExtensionsCookieFilename[] =
146 FPL("Extension Cookies"); 146 FPL("Extension Cookies");
147 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); 147 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
148 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); 148 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
149 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); 149 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
150 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); 150 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
151 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); 151 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
152 const base::FilePath::CharType kNetworkPersistentStateFilename[] =
153 FPL("Network Persistent State");
154 const base::FilePath::CharType kOfflinePageArchivesDirname[] = 152 const base::FilePath::CharType kOfflinePageArchivesDirname[] =
155 FPL("Offline Pages/archives"); 153 FPL("Offline Pages/archives");
156 const base::FilePath::CharType kOfflinePageMetadataDirname[] = 154 const base::FilePath::CharType kOfflinePageMetadataDirname[] =
157 FPL("Offline Pages/metadata"); 155 FPL("Offline Pages/metadata");
158 const base::FilePath::CharType kOfflinePageRequestQueueDirname[] = 156 const base::FilePath::CharType kOfflinePageRequestQueueDirname[] =
159 FPL("Offline Pages/request_queue"); 157 FPL("Offline Pages/request_queue");
160 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); 158 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
161 const base::FilePath::CharType kPreviewsOptOutDBFilename[] = 159 const base::FilePath::CharType kPreviewsOptOutDBFilename[] =
162 FPL("previews_opt_out.db"); 160 FPL("previews_opt_out.db");
163 const base::FilePath::CharType kReadmeFilename[] = FPL("README"); 161 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 // user can select for different file types. 208 // user can select for different file types.
211 // {2676A9A2-D919-4FEE-9187-152100393AB2} 209 // {2676A9A2-D919-4FEE-9187-152100393AB2}
212 const char kApplicationClientIDStringForAVScanning[] = 210 const char kApplicationClientIDStringForAVScanning[] =
213 "2676A9A2-D919-4FEE-9187-152100393AB2"; 211 "2676A9A2-D919-4FEE-9187-152100393AB2";
214 212
215 const size_t kMaxMetaTagAttributeLength = 2000; 213 const size_t kMaxMetaTagAttributeLength = 2000;
216 214
217 } // namespace chrome 215 } // namespace chrome
218 216
219 #undef FPL 217 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/test/data/webui/net_internals/log_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698