Index: chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
index 9a65ed577b3c50da93001fe2ba353915227e0f33..dabe158204b96b95884d489d3f36071f214288c2 100644 |
--- a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
+++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
@@ -125,6 +125,7 @@ void BrowsingDataFileSystemHelperImpl::FetchFileSystemInfoInFileThread() { |
const storage::FileSystemType types[] = { |
storage::kFileSystemTypeTemporary, |
storage::kFileSystemTypePersistent, |
+ storage::kFileSystemTypePluginPrivate, |
#if defined(ENABLE_EXTENSIONS) |
storage::kFileSystemTypeSyncable, |
#endif |