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

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

Issue 11419307: Garbage Collect the Storage directory on next profile start after an extension uninstall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done done Created 8 years 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/pref_names.h ('k') | content/browser/browser_context.cc » ('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/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 // accessed through extensions::ExternalPolicyProvider. 1525 // accessed through extensions::ExternalPolicyProvider.
1526 const char kExtensionInstallForceList[] = "extensions.install.forcelist"; 1526 const char kExtensionInstallForceList[] = "extensions.install.forcelist";
1527 1527
1528 // Time of the last, and next scheduled, extensions auto-update checks. 1528 // Time of the last, and next scheduled, extensions auto-update checks.
1529 const char kLastExtensionsUpdateCheck[] = "extensions.autoupdate.last_check"; 1529 const char kLastExtensionsUpdateCheck[] = "extensions.autoupdate.last_check";
1530 const char kNextExtensionsUpdateCheck[] = "extensions.autoupdate.next_check"; 1530 const char kNextExtensionsUpdateCheck[] = "extensions.autoupdate.next_check";
1531 // Version number of last blacklist check 1531 // Version number of last blacklist check
1532 const char kExtensionBlacklistUpdateVersion[] = 1532 const char kExtensionBlacklistUpdateVersion[] =
1533 "extensions.blacklistupdate.version"; 1533 "extensions.blacklistupdate.version";
1534 1534
1535 // Indicates on-disk data might have skeletal data that needs to be cleaned
1536 // on the next start of the browser.
1537 const char kExtensionStorageGarbageCollect[] =
1538 "extensions.storage.garbagecollect";
1539
1535 // Keeps track of which sessions are collapsed in the Other Devices menu. 1540 // Keeps track of which sessions are collapsed in the Other Devices menu.
1536 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions"; 1541 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions";
1537 1542
1538 // New Tab Page URLs that should not be shown as most visited thumbnails. 1543 // New Tab Page URLs that should not be shown as most visited thumbnails.
1539 const char kNtpMostVisitedURLsBlacklist[] = "ntp.most_visited_blacklist"; 1544 const char kNtpMostVisitedURLsBlacklist[] = "ntp.most_visited_blacklist";
1540 1545
1541 // Last time of update of promo_resource_cache. 1546 // Last time of update of promo_resource_cache.
1542 const char kNtpPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update"; 1547 const char kNtpPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update";
1543 1548
1544 // Serves tips for the NTP. 1549 // Serves tips for the NTP.
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 // 64-bit serialization of the time last policy usage statistics were collected 2169 // 64-bit serialization of the time last policy usage statistics were collected
2165 // by UMA_HISTOGRAM_ENUMERATION. 2170 // by UMA_HISTOGRAM_ENUMERATION.
2166 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2171 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2167 2172
2168 #if defined(OS_CHROMEOS) 2173 #if defined(OS_CHROMEOS)
2169 // The RLZ brand code, if enabled. 2174 // The RLZ brand code, if enabled.
2170 const char kRLZBrand[] = "rlz.brand"; 2175 const char kRLZBrand[] = "rlz.brand";
2171 #endif 2176 #endif
2172 2177
2173 } // namespace prefs 2178 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698