| Index: extensions/common/manifest.cc
|
| diff --git a/extensions/common/manifest.cc b/extensions/common/manifest.cc
|
| index a02fdc31c90c53dfc8e6765b84463bd08428b20e..ae192a0c7ceb0debf26cfd91c1efb866fd8547ad 100644
|
| --- a/extensions/common/manifest.cc
|
| +++ b/extensions/common/manifest.cc
|
| @@ -242,6 +242,7 @@ int Manifest::GetManifestVersion() const {
|
| }
|
|
|
| bool Manifest::CanAccessPath(const std::string& path) const {
|
| + return true;
|
| std::vector<std::string> components;
|
| base::SplitString(path, '.', &components);
|
| std::string key;
|
|
|