Chromium Code Reviews| Index: content/public/browser/storage_partition.h |
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
| index bd7f90cb6a25a561b1cc6655352629a735a2862d..e24cef5dfb56200f09dedda70d9cc91812cafb5b 100644 |
| --- a/content/public/browser/storage_partition.h |
| +++ b/content/public/browser/storage_partition.h |
| @@ -37,6 +37,7 @@ namespace content { |
| class BrowserContext; |
| class IndexedDBContext; |
| class DOMStorageContext; |
| +class DTLSIdentityStore; |
|
jam
2013/06/17 21:36:23
not needed
jiayl
2013/06/17 22:16:17
Done.
|
| // Defines what persistent state a child process can access. |
| // |