| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index 4e0474eff0a7b92b5ee0068863640b33576ff2e7..74b56d9d166fef4b17d09c79efba994f97c04975 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -68,6 +68,9 @@ class CrxInstaller
|
| // Whether to use a bubble notification when an app is installed, instead of
|
| // the default behavior of transitioning to the new tab page.
|
| bool use_app_installed_bubble;
|
| +
|
| + // Whether to skip the post install UI like the extension installed bubble.
|
| + bool skip_post_install_ui;
|
| };
|
|
|
| // Exempt the next extension install with |id| from displaying a confirmation
|
|
|