Index: extensions/common/extension.h |
diff --git a/extensions/common/extension.h b/extensions/common/extension.h |
index 9312c62622a51033a9a1b40bd4f83d87226ec25d..668f52f6806af108db2709416e594fd601467675 100644 |
--- a/extensions/common/extension.h |
+++ b/extensions/common/extension.h |
@@ -351,9 +351,6 @@ |
void AddWebExtentPattern(const URLPattern& pattern); |
const URLPatternSet& web_extent() const { return extent_; } |
- bool HasPlatformSpecificResources() const; |
- bool HasResourcesForPlatform(const std::string& arch) const; |
- |
private: |
friend class base::RefCountedThreadSafe<Extension>; |
@@ -482,10 +479,6 @@ |
// The flags that were passed to InitFromValue. |
int creation_flags_; |
- |
- // The set of archs for which platform-specific resources are present in |
- // this extension installation. |
- std::set<std::string> platform_specific_resource_archs_; |
DISALLOW_COPY_AND_ASSIGN(Extension); |
}; |