Index: chrome/browser/ui/toolbar/toolbar_model.cc |
=================================================================== |
--- chrome/browser/ui/toolbar/toolbar_model.cc (revision 72138) |
+++ chrome/browser/ui/toolbar/toolbar_model.cc (working copy) |
@@ -53,9 +53,10 @@ |
// Note that we can't unescape spaces here, because if the user copies this |
// and pastes it into another program, that program may think the URL ends at |
// the space. |
- return AutocompleteInput::FormattedStringWithEquivalentMeaning(url, |
- UTF16ToWideHack(net::FormatUrl(url, languages, net::kFormatUrlOmitAll, |
- UnescapeRule::NORMAL, NULL, NULL, NULL))); |
+ return UTF16ToWideHack( |
Avi (use Gerrit)
2011/01/21 18:23:08
This file reverted.
|
+ AutocompleteInput::FormattedStringWithEquivalentMeaning(url, |
+ net::FormatUrl(url, languages, net::kFormatUrlOmitAll, |
+ UnescapeRule::NORMAL, NULL, NULL, NULL))); |
} |
ToolbarModel::SecurityLevel ToolbarModel::GetSecurityLevel() const { |