Index: chrome/browser/extensions/data_deleter.cc |
diff --git a/chrome/browser/extensions/data_deleter.cc b/chrome/browser/extensions/data_deleter.cc |
index acd5d099bfd4237fe3e922fa2befe0909db60050..2b875a2c896d05e8ce6f9adfeb6076b1ce850c97 100644 |
--- a/chrome/browser/extensions/data_deleter.cc |
+++ b/chrome/browser/extensions/data_deleter.cc |
@@ -75,7 +75,7 @@ void OnNeedsToGarbageCollectIsolatedStorage(WeakPtr<ExtensionService> es, |
callback.Run(); |
} |
-} // namespace |
+} // namespace |
// static |
void DataDeleter::StartDeleting(Profile* profile, |
@@ -111,13 +111,11 @@ void DataDeleter::StartDeleting(Profile* profile, |
DeleteOrigin(profile, partition, extension->url(), callback); |
} |
-#if defined(ENABLE_EXTENSIONS) |
// Begin removal of the settings for the current extension. |
// StorageFrontend may not exist in unit tests. |
StorageFrontend* frontend = StorageFrontend::Get(profile); |
if (frontend) |
frontend->DeleteStorageSoon(extension->id()); |
-#endif // defined(ENABLE_EXTENSIONS) |
} |
} // namespace extensions |