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

Unified Diff: webkit/fileapi/file_system_util.h

Issue 10823273: Integrate external mount points to IsolatedContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros test fix Created 8 years, 4 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: webkit/fileapi/file_system_util.h
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h
index af48b8023cb0c2ca0803fe7b65cca496da167927..168d447aeb19dcd1f7890fdd39f04925d399ce3c 100644
--- a/webkit/fileapi/file_system_util.h
+++ b/webkit/fileapi/file_system_util.h
@@ -137,6 +137,10 @@ FILEAPI_EXPORT bool CrackIsolatedFileSystemName(
const std::string& filesystem_name,
std::string* filesystem_id);
+#if defined(OS_CHROMEOS)
+bool FILEAPI_EXPORT IsCrosManagedFileSystemType(FileSystemType type);
satorux1 2012/08/20 03:30:23 function comment is missing. please describe what
kinuko 2012/08/20 08:54:35 Done. (Removed this method but instead added stat
+#endif
+
} // namespace fileapi
#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698