Index: content/browser/renderer_host/quota_dispatcher_host.cc |
diff --git a/content/browser/renderer_host/quota_dispatcher_host.cc b/content/browser/renderer_host/quota_dispatcher_host.cc |
index 9ba96d20a8ee0d984cf019ca1fcc8eabd714db98..1d98d933e56a9af808ae9b9946bc3b3bb2879b25 100644 |
--- a/content/browser/renderer_host/quota_dispatcher_host.cc |
+++ b/content/browser/renderer_host/quota_dispatcher_host.cc |
@@ -109,7 +109,8 @@ class QuotaDispatcherHost::RequestQuotaDispatcher |
void Start() { |
DCHECK(type_ == quota::kStorageTypeTemporary || |
- type_ == quota::kStorageTypePersistent); |
+ type_ == quota::kStorageTypePersistent || |
+ type_ == quota::kStorageTypeSyncable); |
if (type_ == quota::kStorageTypePersistent) { |
quota_manager()->GetPersistentHostQuota( |
host_, |