summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_protocols.h')
-rw-r--r--chrome/browser/extensions/extension_protocols.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/extensions/extension_protocols.h b/chrome/browser/extensions/extension_protocols.h
index 25f9fda..28adb24 100644
--- a/chrome/browser/extensions/extension_protocols.h
+++ b/chrome/browser/extensions/extension_protocols.h
@@ -13,12 +13,6 @@ extern const char kExtensionURLScheme[];
// The URL scheme Chromium user scripts are served from.
extern const char kUserScriptURLScheme[];
-// Gets a FilePath for a resource inside an extension. |extension_path| is the
-// full path to the extension directory. |resource_path| is the path to the
-// resource from the extension root, including the leading '/'.
-FilePath GetPathForExtensionResource(const FilePath& extension_path,
- const std::string& resource_path);
-
// Registers support for the extension URL scheme.
void RegisterExtensionProtocols();