Index: chrome/common/extensions/manifest_handler_helpers.h |
diff --git a/chrome/common/extensions/manifest_handler_helpers.h b/chrome/common/extensions/manifest_handler_helpers.h |
index 15743479125da4fc71a44bb4aa53ae0eced2b51b..0abd0d682a6852e829fefb56919ac5e79abebc8c 100644 |
--- a/chrome/common/extensions/manifest_handler_helpers.h |
+++ b/chrome/common/extensions/manifest_handler_helpers.h |
@@ -10,17 +10,13 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/string16.h" |
+class ExtensionIconSet; |
+ |
namespace base { |
class DictionaryValue; |
} |
-class ExtensionIconSet; |
- |
namespace extensions { |
- |
-struct ActionInfo; |
-class Extension; |
- |
namespace manifest_handler_helpers { |
// Strips leading slashes from the file path. Returns true iff the final path is |
@@ -37,14 +33,6 @@ bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value, |
ExtensionIconSet* icons, |
string16* error); |
-// TODO(rdevlin.cronin): Move this to a helper file in |
-// chrome/common/extensions/api/extension_action/ when the Extension class stops |
-// using it. |
-scoped_ptr<ActionInfo> LoadActionInfo( |
- const Extension* extension, |
- const base::DictionaryValue* manifest_section, |
- string16* error); |
- |
} // namespace manifest_handler_helpers |
} // namespace extensions |