| Index: chrome/browser/extensions/extension_install_prompt.h
|
| diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
|
| index f55887782df7a985f5955e816689d25e32dad6d3..492314871cab44730a5141d91133a0a82f8bc24a 100644
|
| --- a/chrome/browser/extensions/extension_install_prompt.h
|
| +++ b/chrome/browser/extensions/extension_install_prompt.h
|
| @@ -128,6 +128,8 @@ class ExtensionInstallPrompt
|
|
|
| bool ShouldShowPermissions() const;
|
|
|
| + bool ShouldUseTabModalDialog() const;
|
| +
|
| // Getters for webstore metadata. Only populated when the type is
|
| // INLINE_INSTALL_PROMPT, EXTERNAL_INSTALL_PROMPT, or REPAIR_PROMPT.
|
|
|
|
|