| Index: chrome/browser/ui/browser_commands.cc | 
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc | 
| index 4c86d3e17c30d889e56e832bc1fc38f1ea4c2c1c..4a3e9e1634f15eb88507aed9b697397758caf5a4 100644 | 
| --- a/chrome/browser/ui/browser_commands.cc | 
| +++ b/chrome/browser/ui/browser_commands.cc | 
| @@ -814,7 +814,7 @@ void EmailPageLocation(Browser* browser) { | 
| std::string page_url = net::EscapeQueryParamValue(wc->GetURL().spec(), false); | 
| std::string mailto = std::string("mailto:?subject=Fwd:%20") + | 
| title + "&body=%0A%0A" + page_url; | 
| -  platform_util::OpenExternal(GURL(mailto)); | 
| +  platform_util::OpenExternal(browser->profile(), GURL(mailto)); | 
| } | 
|  | 
| bool CanEmailPageLocation(const Browser* browser) { | 
|  |