| Index: chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| index 83565cfe771db09527d818a526819857490ad090..5af2a4dc35204788d1535920906c427b99144018 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| @@ -23,6 +23,9 @@ std::string StorageTypeToString(storage::StorageType type) {
|
| return "quota not managed";
|
| case storage::kStorageTypeUnknown:
|
| return "unknown";
|
| + case storage::kStorageTypeDurable:
|
| + NOTREACHED();
|
| + return "durable";
|
| }
|
| return "unknown";
|
| }
|
|
|