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

Unified Diff: webkit/fileapi/file_system_url.h

Issue 15754005: Fix dependency: make file_system_util not depend on FileSystemURL (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
« no previous file with comments | « webkit/browser/fileapi/local_file_system_operation.cc ('k') | webkit/fileapi/file_system_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_url.h
diff --git a/webkit/fileapi/file_system_url.h b/webkit/fileapi/file_system_url.h
index 8a18118e66e78cad3686f5e8c8d3299c8324d5d6..1ae778ccc21f5708cae9233f15f4cb395c1b349a 100644
--- a/webkit/fileapi/file_system_url.h
+++ b/webkit/fileapi/file_system_url.h
@@ -122,6 +122,8 @@ class WEBKIT_STORAGE_EXPORT FileSystemURL {
// Returns true if this URL is a strict parent of the |child|.
bool IsParent(const FileSystemURL& child) const;
+ bool IsInSameFileSystem(const FileSystemURL& other) const;
+
bool operator==(const FileSystemURL& that) const;
struct WEBKIT_STORAGE_EXPORT Comparator {
« no previous file with comments | « webkit/browser/fileapi/local_file_system_operation.cc ('k') | webkit/fileapi/file_system_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698