| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index 9c109e657a47c4eb099ecd3692008b3abcb8e986..c5e61d37fe3acf1979df7df34ed973baf39fdae4 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -345,8 +345,8 @@ class CrxInstaller
|
| bool fail_install_if_unexpected_version_;
|
|
|
| // Whether manual extension installation is enabled. We can't just check this
|
| - // before trying to install because themes are special-cased to always be
|
| - // allowed.
|
| + // before trying to install because themes and bookmark apps are special-cased
|
| + // to always be allowed.
|
| bool extensions_enabled_;
|
|
|
| // Whether we're supposed to delete the source file on destruction. Defaults
|
|
|