Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 394b927e9cdcb132f661050ca6a8fcc1e5242af2..7f759a1b7a8a67ae6c97a96a4d1c56160728a219 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -348,8 +348,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// The following are helpers for InitFromValue to load various features of the |
// extension from the manifest. |
- bool LoadAppIsolation(string16* error); |
- |
bool LoadRequiredFeatures(string16* error); |
bool LoadName(string16* error); |
bool LoadVersion(string16* error); |