| Index: chrome/browser/download/download_extensions.cc
|
| diff --git a/chrome/browser/download/download_extensions.cc b/chrome/browser/download/download_extensions.cc
|
| index ebe5c8d72066a589f69c509782663e20ca96f8e4..612fcea0c5c20d661ffac9ff02899d3171ca1cfd 100644
|
| --- a/chrome/browser/download/download_extensions.cc
|
| +++ b/chrome/browser/download/download_extensions.cc
|
| @@ -143,7 +143,7 @@ static const struct Executables {
|
| { "msi", AllowOnUserGesture },
|
| { "msp", AllowOnUserGesture },
|
| { "mst", AllowOnUserGesture },
|
| - { "ocx", AllowOnUserGesture },
|
| + { "ocx", Dangerous },
|
| { "ops", AllowOnUserGesture },
|
| { "pcd", AllowOnUserGesture },
|
| { "pif", AllowOnUserGesture },
|
|
|