Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index cfe4d53f5e396675460b1fb31f34bdbb0f0b9c68..19c715f1635306498e96118cc34b6d626b798e5e 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -63,6 +63,11 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
static fileapi::FileSystemContext* GetFileSystemContext( |
BrowserContext* browser_context); |
+ // TODO(ajwong): Make StoragePartition a public interface and move this |
+ // function over there: |
+ static bool IsValidStoragePartitionId(BrowserContext* browser_context, |
+ const std::string& partition_id); |
+ |
// Ensures that the corresponding ResourceContext is initialized. Normally the |
// BrowserContext initializs the corresponding getters when its objects are |
// created, but if the embedder wants to pass the ResourceContext to another |