Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: chrome/browser/bookmarks/bookmark_utils.cc

Issue 372017: Fix various problems with inline autocomplete and URLs that change length dur... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/bookmarks/bookmark_table_model.cc ('k') | chrome/browser/gtk/options/exceptions_page_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_utils.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_utils.cc (revision 31214)
+++ chrome/browser/bookmarks/bookmark_utils.cc (working copy)
@@ -187,7 +187,7 @@
l10n_util::ToLower(node->GetTitle()), words) ||
DoesBookmarkTextContainWords(UTF8ToWide(node->GetURL().spec()), words) ||
DoesBookmarkTextContainWords(net::FormatUrl(
- node->GetURL(), languages, false, true, NULL, NULL), words);
+ node->GetURL(), languages, false, true, NULL, NULL, NULL), words);
}
} // namespace
« no previous file with comments | « chrome/browser/bookmarks/bookmark_table_model.cc ('k') | chrome/browser/gtk/options/exceptions_page_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698