Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: extensions/common/manifest.cc

Issue 182253010: Register a Service Worker when an extension is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roughly wire things up and add a test Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698