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 35db4e88380fe119ee853d9fe4e0c8a487f94765..0ebd06407b4de441a19bb16fbee63f22a202966e 100644 |
--- a/chrome/common/extensions/extension_file_util.h |
+++ b/chrome/common/extensions/extension_file_util.h |
@@ -13,7 +13,6 @@ |
#include "extensions/common/manifest.h" |
class ExtensionIconSet; |
-class GURL; |
namespace base { |
class DictionaryValue; |
@@ -126,14 +125,6 @@ extensions::MessageBundle::SubstitutionMap* LoadMessageBundleSubstitutionMap( |
bool CheckForIllegalFilenames(const base::FilePath& extension_path, |
std::string* error); |
-// Get a relative file path from a chrome-extension:// URL. |
-base::FilePath ExtensionURLToRelativeFilePath(const GURL& url); |
- |
-// Get a full file path from a chrome-extension-resource:// URL, If the URL |
-// points a file outside of root, this function will return empty FilePath. |
-base::FilePath ExtensionResourceURLToFilePath(const GURL& url, |
- const base::FilePath& root); |
- |
// Returns a path to a temporary directory for unpacking an extension that will |
// be installed into |extensions_dir|. Creates the directory if necessary. |
// The directory will be on the same file system as |extensions_dir| so |