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

Unified Diff: webkit/common/fileapi/file_system_util.h

Issue 16109008: Cleanup: Deprecate DriveFileSyncService::kServiceName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/common/fileapi/file_system_util.h
diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
index 6e09d22c7c1e69c9283fa94bdeff798a5bdebf90..aed0800b9465ebf2b84dcc23970e9a6e936ee39c 100644
--- a/webkit/common/fileapi/file_system_util.h
+++ b/webkit/common/fileapi/file_system_util.h
@@ -144,6 +144,12 @@ WEBKIT_STORAGE_EXPORT std::string GetIsolatedFileSystemRootURIString(
const std::string& filesystem_id,
const std::string& optional_root_name);
+// Returns the root URI for an external filesystem for origin |origin_url|
+// and |mount_name|.
+WEBKIT_STORAGE_EXPORT std::string GetExternalFileSystemRootURIString(
+ const GURL& origin_url,
+ const std::string& mount_name);
+
} // namespace fileapi
#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698