Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 9713fd89a64cfbf0125da7327053b60729bfe716..6fac262e5f9a2f80751248e041d860442e353290 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -753,8 +753,12 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
bool LoadOfflineEnabled(string16* error); |
bool LoadOptionsPage(string16* error); |
bool LoadBackgroundScripts(string16* error); |
+ bool LoadBackgroundScripts(const std::string& key, string16* error); |
bool LoadBackgroundPage(const ExtensionAPIPermissionSet& api_permissions, |
string16* error); |
+ bool LoadBackgroundPage(const std::string& key, |
+ const ExtensionAPIPermissionSet& api_permissions, |
+ string16* error); |
bool LoadBackgroundPersistent( |
const ExtensionAPIPermissionSet& api_permissions, |
string16* error); |