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

Unified Diff: chrome/browser/extensions/extension_garbage_collector.h

Issue 247113002: [Extension] Protect all installed extension from extension storage GC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop comma Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_garbage_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_garbage_collector.h
diff --git a/chrome/browser/extensions/extension_garbage_collector.h b/chrome/browser/extensions/extension_garbage_collector.h
index a6a769903c0ad88dfacb30733e046a9fd2069c46..499fda9692a5a6b968f1d804b1b40e33ade70d6e 100644
--- a/chrome/browser/extensions/extension_garbage_collector.h
+++ b/chrome/browser/extensions/extension_garbage_collector.h
@@ -60,9 +60,9 @@ class ExtensionGarbageCollector : public KeyedService, public InstallObserver {
// removed iff there are no pending installations.
void GarbageCollectExtensions();
- // Garbage collects apps/extensions isolated storage, if it is not currently
- // active (i.e. is not in ExtensionRegistry::ENABLED). There is an exception
- // for ephemeral apps, because they can outlive their cache lifetimes.
+ // Garbage collects apps/extensions isolated storage if it is uninstalled.
+ // There is an exception for ephemeral apps because they can outlive their
+ // cache lifetimes.
void GarbageCollectIsolatedStorageIfNeeded();
// The BrowserContext associated with the GarbageCollector.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_garbage_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698