| Index: chrome/browser/ui/intents/web_intent_picker_controller.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| index 7da2ab657812a7e8e5e55488e0fbe37c5ab0a199..9f7c8376b2ba05a16e90335e146cf64058c2c00b 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| @@ -243,6 +243,13 @@ class WebIntentPickerController
|
| // Called when an extension's icon failed to be decoded or resized.
|
| void OnExtensionIconUnavailable(const std::string& extension_id);
|
|
|
| + // Called to show a custom extension install dialog.
|
| + void OnShowExtensionInstallDialog(
|
| + gfx::NativeWindow parent,
|
| + content::PageNavigator* navigator,
|
| + ExtensionInstallPrompt::Delegate* delegate,
|
| + const ExtensionInstallPrompt::Prompt& prompt);
|
| +
|
| // Signals that a picker event has occurred.
|
| void OnPickerEvent(WebIntentPickerEvent event);
|
|
|
|
|