Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index 99ad3f7f50e243b3487c812072fbe7ea5c6ec0ec..81230f5db1c1325c7e7e6f05f3287243a15c2ad8 100644 |
--- a/chrome/common/extensions/extension.cc |
+++ b/chrome/common/extensions/extension.cc |
@@ -1668,8 +1668,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; |