Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index d6033d5f487f8b21c342c28640e08ec65421569d..5f448f16c870026c259d1706a905930da1ee961b 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; |