Index: extensions/browser/process_manager.h |
diff --git a/extensions/browser/process_manager.h b/extensions/browser/process_manager.h |
index 0ce67521235c1d64689e7df53eb713e47eb1bcf4..c9606bd5bf9dacbaae8c0837bfe293ac71cc5e55 100644 |
--- a/extensions/browser/process_manager.h |
+++ b/extensions/browser/process_manager.h |
@@ -55,8 +55,10 @@ class ProcessManager : public content::NotificationObserver { |
// displayed anywhere. Returns false if no background host can be created, |
// for example for hosted apps and extensions that aren't enabled in |
// Incognito. |
- virtual bool CreateBackgroundHost(const Extension* extension, |
- const GURL& url); |
+ virtual bool CreateBackgroundHost( |
+ const Extension* extension, |
+ const GURL& url, |
+ const base::Closure& continuation = base::Closure()); |
// Gets the ExtensionHost for the background page for an extension, or NULL if |
// the extension isn't running or doesn't have a background page. |