| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index cddfdc5f59259afc115b91cb1ea9f501014a052d..ead075d8e1d747c68972cd2de763752c700f3d22 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -300,6 +300,10 @@ const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
|
| // for blacklisted sites.
|
| const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
|
|
|
| +// Disables permission actions reporting to Safe Browsing servers for
|
| +// opted in users.
|
| +const char kDisablePermissionsReporting[] = "disable-permissions-reporting";
|
| +
|
| // Disable pop-up blocking.
|
| const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
|
|
| @@ -477,6 +481,10 @@ const char kDisablePanels[] = "disable-panels";
|
| // for blacklisted sites.
|
| const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist";
|
|
|
| +// Enables permission actions reporting to Safe Browsing servers for
|
| +// opted in users.
|
| +const char kEnablePermissionsReporting[] = "enable-permissions-reporting";
|
| +
|
| // Enables a number of potentially annoying security features (strict mixed
|
| // content mode, powerful feature restrictions, etc.)
|
| const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
|
|
|