| Index: chrome/browser/ui/toolbar/toolbar_model.cc
|
| ===================================================================
|
| --- chrome/browser/ui/toolbar/toolbar_model.cc (revision 72388)
|
| +++ chrome/browser/ui/toolbar/toolbar_model.cc (working copy)
|
| @@ -53,9 +53,11 @@
|
| // 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(
|
| + AutocompleteInput::FormattedStringWithEquivalentMeaning(
|
| + url,
|
| + net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
|
| + UnescapeRule::NORMAL, NULL, NULL, NULL)));
|
| }
|
|
|
| ToolbarModel::SecurityLevel ToolbarModel::GetSecurityLevel() const {
|
|
|
| Property changes on: chrome/browser/ui/toolbar/toolbar_model.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|