| Index: chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc (revision 113019)
|
| +++ chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc (working copy)
|
| @@ -42,6 +42,7 @@
|
| ContextMenuParams params;
|
| params.media_type = WebKit::WebContextMenuData::MediaTypeNone;
|
| params.link_url = url;
|
| + params.unfiltered_link_url = url;
|
| TabContents* tab_contents = browser()->GetSelectedTabContents();
|
| params.page_url = tab_contents->controller().GetActiveEntry()->url();
|
| #if defined(OS_MACOSX)
|
|
|