| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index e9541dec8204defc135dbc6dfef30595eab22ef2..d5bff310ddefe326c4a057ca9d0315876de2d3bc 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -359,6 +359,9 @@ class CrxInstaller
|
|
|
| bool has_requirement_errors_;
|
|
|
| + // Used to show the confirm dialog.
|
| + scoped_refptr<ExtensionInstallDialog> dialog_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
|
| };
|
|
|
|
|