diff options
Diffstat (limited to 'chrome/browser/extensions/extension_protocols.h')
-rw-r--r-- | chrome/browser/extensions/extension_protocols.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/extensions/extension_protocols.h b/chrome/browser/extensions/extension_protocols.h index 25f9fda..b76c31c 100644 --- a/chrome/browser/extensions/extension_protocols.h +++ b/chrome/browser/extensions/extension_protocols.h @@ -7,18 +7,6 @@ #include "base/file_path.h" -// The URL scheme Chromium extensions are served from. -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(); |