Index: chrome/browser/apps/drive/drive_app_provider.cc |
diff --git a/chrome/browser/apps/drive/drive_app_provider.cc b/chrome/browser/apps/drive/drive_app_provider.cc |
index 3aeb5a03e001a0834f533c2d5bff442918aa1234..795276474f2babac3b4ffaeed627e4e5b37e54d5 100644 |
--- a/chrome/browser/apps/drive/drive_app_provider.cc |
+++ b/chrome/browser/apps/drive/drive_app_provider.cc |
@@ -221,7 +221,8 @@ void DriveAppProvider::OnDriveAppRegistryUpdated() { |
void DriveAppProvider::OnExtensionInstalled( |
content::BrowserContext* browser_context, |
- const Extension* extension) { |
+ const Extension* extension, |
+ bool is_update) { |
// Bail if the |extension| is installed from a converter. The post install |
// processing will be handled in OnLocalAppConverted. |
if (!pending_converters_.empty() && |