| Index: chrome/browser/search/hotword_service.cc
|
| diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc
|
| index f395fd9d15584130a0db51e7aab44e57de5cdc70..607ec1d0100cb99563090446dd3a98507828440b 100644
|
| --- a/chrome/browser/search/hotword_service.cc
|
| +++ b/chrome/browser/search/hotword_service.cc
|
| @@ -285,7 +285,8 @@ void HotwordService::InstallHotwordExtensionFromWebstore() {
|
|
|
| void HotwordService::OnExtensionInstalled(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) {
|
| + const extensions::Extension* extension,
|
| + bool is_update) {
|
|
|
| if (extension->id() != extension_misc::kHotwordExtensionId ||
|
| profile_ != Profile::FromBrowserContext(browser_context))
|
|
|