Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index 990271e17965fb76156cfce707cc728c617aec50..622667e920090870f5f3c4a0a42690994181202a 100644 |
--- a/chrome/common/extensions/extension.cc |
+++ b/chrome/common/extensions/extension.cc |
@@ -1677,8 +1677,6 @@ bool Extension::LoadSandboxedPages(string16* error) { |
return true; |
} |
-// These are not actually persisted (they're only used by the store), but |
-// still validated. |
bool Extension::CheckRequirements(string16* error) { |
if (!manifest_->HasKey(keys::kRequirements)) |
return true; |