Index: chrome/browser/extensions/test_extension_prefs.h |
diff --git a/chrome/browser/extensions/test_extension_prefs.h b/chrome/browser/extensions/test_extension_prefs.h |
index b09396cb15086d6a57cd4dca67caa4f9f60c5f77..1723e560171766d9c51d31cdce48e7dcdb944d7b 100644 |
--- a/chrome/browser/extensions/test_extension_prefs.h |
+++ b/chrome/browser/extensions/test_extension_prefs.h |
@@ -40,6 +40,9 @@ class TestExtensionPrefs { |
// our ExtensionPrefs, and returns it. |
scoped_refptr<Extension> AddExtension(std::string name); |
+ // As above, but the extension is an app. |
+ scoped_refptr<Extension> AddApp(std::string name); |
+ |
// Similar to AddExtension, but takes a dictionary with manifest values. |
scoped_refptr<Extension> AddExtensionWithManifest( |
const base::DictionaryValue& manifest, Extension::Location location); |