Index: chrome/browser/extensions/extension_action_test_util.h |
diff --git a/chrome/browser/extensions/extension_action_test_util.h b/chrome/browser/extensions/extension_action_test_util.h |
index ddad3a44a650e191ba602ec0ba4908e7277c1d13..0d527269abb924a46b18288de062320258f60a5e 100644 |
--- a/chrome/browser/extensions/extension_action_test_util.h |
+++ b/chrome/browser/extensions/extension_action_test_util.h |
@@ -9,6 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
+#include "extensions/common/manifest.h" |
class Profile; |
@@ -45,6 +46,10 @@ size_t GetTotalPageActionCount(content::WebContents* web_contents); |
// Does not add the extension to the extension service or registry. |
scoped_refptr<const Extension> CreateActionExtension(const std::string& name, |
ActionType action_type); |
+scoped_refptr<const Extension> CreateActionExtension( |
+ const std::string& name, |
+ ActionType action_type, |
+ Manifest::Location location); |
// Creates a new ExtensionToolbarModel for the given |profile|, and associates |
// it with the profile as a keyed service. |