Index: chrome/common/extensions/extension.h |
=================================================================== |
--- chrome/common/extensions/extension.h (revision 149757) |
+++ chrome/common/extensions/extension.h (working copy) |
@@ -356,9 +356,6 @@ |
// Returns true if the specified resource is web accessible. |
bool IsResourceWebAccessible(const std::string& relative_path) const; |
- // Returns true if the specified resource is a NaCl manifest. |
- bool IsResourceNaClManifest(const std::string& resource) const; |
- |
// Returns true if the specified page is sandboxed (served in a unique |
// origin). |
bool IsSandboxedPage(const std::string& relative_path) const; |
@@ -371,9 +368,6 @@ |
// Returns true when 'web_accessible_resources' are defined for the extension. |
bool HasWebAccessibleResources() const; |
- // Returns true when 'nacl_modules' are defined for the extension. |
- bool HasNaClModules() const; |
- |
// Returns an extension resource object. |relative_path| should be UTF8 |
// encoded. |
ExtensionResource GetResource(const std::string& relative_path) const; |