Index: chrome/common/extensions/extension_file_util.h |
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h |
index 49a13cc3a61c5173f4463dac2f67c196ed95dcd6..fcbdc65ff1998e16dba769417af43c52a55ba130 100644 |
--- a/chrome/common/extensions/extension_file_util.h |
+++ b/chrome/common/extensions/extension_file_util.h |
@@ -130,6 +130,10 @@ FilePath GetUserDataTempDir(); |
// TODO(skerner): Make a version of Delete that is not overloaded in file_util. |
void DeleteFile(const FilePath& path, bool recursive); |
+bool IsComponentExtensionResource(const extensions::Extension* extension, |
+ const FilePath& resource_path, |
+ int* resource_id); |
+ |
} // namespace extension_file_util |
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_FILE_UTIL_H_ |