| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index e46cba12900b5a5b17993deb43983e434283259e..b3d6eb274c6d1779fb1167595f1781e75f77a154 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -287,12 +287,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| location == Extension::COMPONENT;
|
| }
|
|
|
| - // Unpacked extensions start off with file access since they are a developer
|
| - // feature.
|
| - static inline bool ShouldAlwaysAllowFileAccess(Location location) {
|
| - return location == Extension::LOAD;
|
| - }
|
| -
|
| // See Type definition above.
|
| Type GetType() const;
|
|
|
|
|