diff options
Diffstat (limited to 'chrome/browser/extensions/crx_installer.h')
-rw-r--r-- | chrome/browser/extensions/crx_installer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h index 9778f29..d64f668 100644 --- a/chrome/browser/extensions/crx_installer.h +++ b/chrome/browser/extensions/crx_installer.h @@ -152,7 +152,9 @@ class CrxInstaller bool allow_privilege_increase_; // If true and the installed extension uses web content, the web origin will - // be forced to the origin of |original_url_|. Defaults to false. + // be forced to the origin of |original_url_|. Defaults to false. This is used + // for non-gallery installs, where we don't trust the origin given in the + // manifest. bool force_web_origin_to_download_url_; // Whether to create an app shortcut after successful installation. This is |