| Index: chrome/browser/extensions/menu_manager.cc | 
| diff --git a/chrome/browser/extensions/menu_manager.cc b/chrome/browser/extensions/menu_manager.cc | 
| index b20afaf90baf4d916024f1d6d63020a4a9261d78..077c5649cc67d863ee6f005e6dc069316c72a402 100644 | 
| --- a/chrome/browser/extensions/menu_manager.cc | 
| +++ b/chrome/browser/extensions/menu_manager.cc | 
| @@ -644,8 +644,7 @@ void MenuManager::ExecuteCommand(Profile* profile, | 
| if (!extension || !extension->is_platform_app()) { | 
| // Note: web_contents are NULL in unit tests :( | 
| if (web_contents) { | 
| -      args->Append(ExtensionTabUtil::CreateTabValue( | 
| -          web_contents, ExtensionTabUtil::INCLUDE_PRIVACY_SENSITIVE_FIELDS)); | 
| +      args->Append(ExtensionTabUtil::CreateTabValue(web_contents)); | 
| } else { | 
| args->Append(new DictionaryValue()); | 
| } | 
|  |