| Index: chrome/browser/views/bookmark_editor_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_editor_view.cc (revision 17365)
|
| +++ chrome/browser/views/bookmark_editor_view.cc (working copy)
|
| @@ -257,7 +257,8 @@
|
| // The following URL is user-editable. We specify omit_username_password=
|
| // false and unescape=false to show the original URL except IDN.
|
| url_text =
|
| - net::FormatUrl(node_->GetURL(), languages, false, false, NULL, NULL);
|
| + net::FormatUrl(node_->GetURL(), languages, false, UnescapeRule::NONE,
|
| + NULL, NULL);
|
| }
|
| url_tf_.SetText(url_text);
|
| url_tf_.SetController(this);
|
|
|