| Index: chrome/browser/chromeos/extensions/extension_tab_util_delegate_chromeos.h
|
| diff --git a/chrome/browser/chromeos/extensions/extension_tab_util_delegate_chromeos.h b/chrome/browser/chromeos/extensions/extension_tab_util_delegate_chromeos.h
|
| index 3718a62ff9b417dd2b50781468d3a453ddf90ec9..967c8006eed4e30bf5b60cc13e10a77acbb2c050 100644
|
| --- a/chrome/browser/chromeos/extensions/extension_tab_util_delegate_chromeos.h
|
| +++ b/chrome/browser/chromeos/extensions/extension_tab_util_delegate_chromeos.h
|
| @@ -24,7 +24,8 @@ class Extension;
|
| // In Public Sessions, apps and extensions are force-installed by admin policy
|
| // so the user does not get a chance to review the permissions for these apps.
|
| // This is not acceptable from a security standpoint, so we scrub the URL
|
| -// returned by chrome.tabs API down to the origin.
|
| +// returned by chrome.tabs API down to the origin unless the extension ID is
|
| +// whitelisted.
|
| class ExtensionTabUtilDelegateChromeOS : public ExtensionTabUtil::Delegate {
|
| public:
|
| ExtensionTabUtilDelegateChromeOS();
|
|
|