| Index: chrome/browser/gtk/options/passwords_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/passwords_page_gtk.cc (revision 43890)
|
| +++ chrome/browser/gtk/options/passwords_page_gtk.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -160,7 +160,7 @@
|
| for (size_t i = 0; i < result.size(); ++i) {
|
| password_list_[i] = *result[i];
|
| std::wstring formatted = net::FormatUrl(result[i]->origin, languages,
|
| - false, UnescapeRule::NONE, NULL, NULL, NULL);
|
| + net::kFormatUrlOmitAll, UnescapeRule::NONE, NULL, NULL, NULL);
|
| std::string site = WideToUTF8(formatted);
|
| std::string user = UTF16ToUTF8(result[i]->username_value);
|
| GtkTreeIter iter;
|
|
|