Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index cf1f67cdcc8e4afa9d860fe3cd00a1220a95908d..363bf0bd230d362e56302e92b1bcf56e0f1127e8 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -190,10 +190,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// Returns true if the specified file is an extension. |
static bool IsExtension(const base::FilePath& file_name); |
- // Fills the |info| dictionary with basic information about the extension. |
- // |enabled| is injected for easier testing. |
- void GetBasicInfo(bool enabled, base::DictionaryValue* info) const; |
- |
// See Type definition in Manifest. |
Manifest::Type GetType() const; |