Index: trunk/src/base/files/file_path.cc |
=================================================================== |
--- trunk/src/base/files/file_path.cc (revision 235758) |
+++ trunk/src/base/files/file_path.cc (working copy) |
@@ -1280,12 +1280,6 @@ |
#endif |
} |
-#if defined(OS_ANDROID) |
-bool FilePath::IsContentUri() const { |
- return StartsWithASCII(path_, "content://", false /*case_sensitive*/); |
-} |
-#endif |
- |
} // namespace base |
void PrintTo(const base::FilePath& path, std::ostream* out) { |