diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 07df1a2..e1d0ae9 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -453,7 +453,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { bool is_hosted_app() const; bool is_legacy_packaged_app() const; bool is_extension() const; - bool is_storage_isolated() const { return is_storage_isolated_; } bool can_be_incognito_enabled() const; void AddWebExtentPattern(const URLPattern& pattern); const URLPatternSet& web_extent() const { return extent_; } @@ -643,9 +642,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { // parts of the initialization process need information from previous parts). base::ThreadChecker thread_checker_; - // Whether this extension requests isolated storage. - bool is_storage_isolated_; - // The local path inside the extension to use with the launcher. std::string launch_local_path_; |