From 03bb953da2a51fa35e7735ce711c1be6946312ea Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Tue, 14 Sep 2010 21:38:30 +0000 Subject: Bunch of match preview tweaks: . Makes MatchPreview owned by Browser rather than each TabContents. . Makes MatchPreview dismiss when the omnibox closes. . Supports the ability to send script to the page rather than reloading on every keystroke. . Supports receiving results from the page that drives the suggest text in the omnbox. BUG=54833 TEST=none Review URL: http://codereview.chromium.org/3332022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59428 0039d316-1c4b-4281-b951-d872f2087c98 --- base/string_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/string_util.h b/base/string_util.h index 8370f8a..a0067d3 100644 --- a/base/string_util.h +++ b/base/string_util.h @@ -582,7 +582,7 @@ std::string ReplaceStringPlaceholders(const base::StringPiece& format_string, const std::vector& subst, std::vector* offsets); -// Single-string shortcut for ReplaceStringHolders. +// Single-string shortcut for ReplaceStringHolders. |offset| may be NULL. string16 ReplaceStringPlaceholders(const string16& format_string, const string16& a, size_t* offset); -- cgit v1.1