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

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

Issue 123733003: Get ride of chrome.storage.* data when removing an application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index f8a7bba4630b4313ace839320d01b7107065b9fc..706e6f969702a2cac6fddff4b70a539bc36782f8 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -54,6 +54,7 @@ class BrowserEventRouter;
class ComponentLoader;
class ContentSettingsStore;
class CrxInstaller;
+class DataDeleter;
class ExtensionActionStorageManager;
class ExtensionRegistry;
class ExtensionSystem;
@@ -862,6 +863,7 @@ class ExtensionService
InstallAppsWithUnlimtedStorage);
FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
InstallAppsAndCheckStorageProtection);
+ friend class extensions::DataDeleter;
DISALLOW_COPY_AND_ASSIGN(ExtensionService);
};

Powered by Google App Engine
This is Rietveld 408576698