summaryrefslogtreecommitdiff
path: root/chromium/content/public/browser/storage_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/storage_partition.h')
-rw-r--r--chromium/content/public/browser/storage_partition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/public/browser/storage_partition.h b/chromium/content/public/browser/storage_partition.h
index fbbf13c77b4..f072135d05a 100644
--- a/chromium/content/public/browser/storage_partition.h
+++ b/chromium/content/public/browser/storage_partition.h
@@ -264,6 +264,9 @@ class CONTENT_EXPORT StoragePartition {
// Wait until all deletions tasks are finished. For test use only.
virtual void WaitForDeletionTasksForTesting() = 0;
+ // Wait until code cache's shutdown is complete. For test use only.
+ virtual void WaitForCodeCacheShutdownForTesting() = 0;
+
protected:
virtual ~StoragePartition() {}
};