| Index: chrome/browser/search_engines/template_url.h
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url.h (revision 13665)
|
| +++ chrome/browser/search_engines/template_url.h (working copy)
|
| @@ -250,6 +250,10 @@
|
| // Generates a favicon URL from the specified url.
|
| static GURL GenerateFaviconURL(const GURL& url);
|
|
|
| + // Returns true if |true| is non-null and has a search URL that supports
|
| + // replacement.
|
| + static bool SupportsReplacement(const TemplateURL* turl);
|
| +
|
| TemplateURL()
|
| : autogenerate_keyword_(false),
|
| show_in_default_list_(false),
|
|
|