summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unpacker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_unpacker.h')
-rw-r--r--chrome/common/extensions/extension_unpacker.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/extension_unpacker.h b/chrome/common/extensions/extension_unpacker.h
index 65af750..aeb72d9 100644
--- a/chrome/common/extensions/extension_unpacker.h
+++ b/chrome/common/extensions/extension_unpacker.h
@@ -48,10 +48,6 @@ class ExtensionUnpacker {
const DecodedImages& decoded_images() { return decoded_images_; }
private:
- // Parse the header on the front of the extension file and return the manifest
- // inside it. Caller takes ownership of return value.
- DictionaryValue* ReadPackageHeader();
-
// Parse the manifest.json file inside the extension (not in the header).
// Caller takes ownership of return value.
DictionaryValue* ReadManifest();