Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: chrome/browser/chromeos/fileapi/external_file_url_util.cc

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/fileapi/external_file_url_util.cc
diff --git a/chrome/browser/chromeos/fileapi/external_file_url_util.cc b/chrome/browser/chromeos/fileapi/external_file_url_util.cc
index 74910d722cc2584c3509efc299e1cebecbd2e109..5d162a84501e21210ca72d7053cf8e7453fc52ff 100644
--- a/chrome/browser/chromeos/fileapi/external_file_url_util.cc
+++ b/chrome/browser/chromeos/fileapi/external_file_url_util.cc
@@ -27,7 +27,8 @@ namespace chromeos {
bool IsExternalFileURLType(storage::FileSystemType type) {
return type == storage::kFileSystemTypeDrive ||
type == storage::kFileSystemTypeDeviceMediaAsFileStorage ||
- type == storage::kFileSystemTypeProvided;
+ type == storage::kFileSystemTypeProvided ||
+ type == storage::kFileSystemTypePluginProvided;
}
GURL FileSystemURLToExternalFileURL(
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/service.cc ('k') | chrome/browser/chromeos/fileapi/file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698