diff options
Diffstat (limited to 'extensions/common/file_util.h')
-rw-r--r-- | extensions/common/file_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/common/file_util.h b/extensions/common/file_util.h index 609b27c..3fda56a 100644 --- a/extensions/common/file_util.h +++ b/extensions/common/file_util.h @@ -72,9 +72,6 @@ scoped_ptr<base::DictionaryValue> LoadManifest( const base::FilePath::CharType* manifest_filename, std::string* error); -// Returns true if the given file path exists and is not zero-length. -bool ValidateFilePath(const base::FilePath& path); - // Returns true if the given extension object is valid and consistent. // May also append a series of warning messages to |warnings|, but they // should not prevent the extension from running. |