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

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

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from dbeam@, using new tracked preference deprecation. Created 6 years, 4 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/common/chrome_constants.h ('k') | chrome/common/pref_names.h » ('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 "base/files/file_path.h" 7 #include "base/files/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); 170 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
171 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); 171 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
172 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); 172 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
173 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); 173 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
174 const base::FilePath::CharType kNewTabThumbnailsFilename[] = 174 const base::FilePath::CharType kNewTabThumbnailsFilename[] =
175 FPL("Top Thumbnails"); 175 FPL("Top Thumbnails");
176 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); 176 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
177 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] = 177 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] =
178 FPL("Protected Preferences"); 178 FPL("Protected Preferences");
179 const base::FilePath::CharType kReadmeFilename[] = FPL("README"); 179 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
180 const base::FilePath::CharType kResetPromptMementoFilename[] =
181 FPL("Reset Prompt Memento");
182 const base::FilePath::CharType kSafeBrowsingBaseFilename[] = 180 const base::FilePath::CharType kSafeBrowsingBaseFilename[] =
183 FPL("Safe Browsing"); 181 FPL("Safe Browsing");
184 const base::FilePath::CharType kSecurePreferencesFilename[] = 182 const base::FilePath::CharType kSecurePreferencesFilename[] =
185 FPL("Secure Preferences"); 183 FPL("Secure Preferences");
186 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State"); 184 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
187 const base::FilePath::CharType kShortcutsDatabaseName[] = FPL("Shortcuts"); 185 const base::FilePath::CharType kShortcutsDatabaseName[] = FPL("Shortcuts");
188 const base::FilePath::CharType kSingletonCookieFilename[] = 186 const base::FilePath::CharType kSingletonCookieFilename[] =
189 FPL("SingletonCookie"); 187 FPL("SingletonCookie");
190 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock"); 188 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
191 const base::FilePath::CharType kSingletonSocketFilename[] = 189 const base::FilePath::CharType kSingletonSocketFilename[] =
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 const char kApplicationClientIDStringForAVScanning[] = 266 const char kApplicationClientIDStringForAVScanning[] =
269 "2676A9A2-D919-4FEE-9187-152100393AB2"; 267 "2676A9A2-D919-4FEE-9187-152100393AB2";
270 268
271 #if defined(OS_ANDROID) 269 #if defined(OS_ANDROID)
272 const size_t kMaxMetaTagAttributeLength = 2000; 270 const size_t kMaxMetaTagAttributeLength = 2000;
273 #endif 271 #endif
274 272
275 } // namespace chrome 273 } // namespace chrome
276 274
277 #undef FPL 275 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698