Index: chrome/browser/extensions/webstore_installer.h |
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h |
index c2d1646888f37c69fdb7db086904c3d96582b911..b35d1e1bb84d518bc4e1fdcdeaae91bba108210f 100644 |
--- a/chrome/browser/extensions/webstore_installer.h |
+++ b/chrome/browser/extensions/webstore_installer.h |
@@ -203,6 +203,7 @@ class WebstoreInstaller : public content::NotificationObserver, |
content::BrowserContext* browser_context, |
const Extension* extension, |
bool is_update, |
+ bool from_ephemeral, |
const std::string& old_name) OVERRIDE; |
// Removes the reference to the delegate passed in the constructor. Used when |