diff options
Diffstat (limited to 'chrome/browser/search_engines/template_url.h')
-rw-r--r-- | chrome/browser/search_engines/template_url.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h index e6f2b65..d59a420 100644 --- a/chrome/browser/search_engines/template_url.h +++ b/chrome/browser/search_engines/template_url.h @@ -272,6 +272,8 @@ class TemplateURL { } const std::wstring& short_name() const { return short_name_; } + // An accessor for the short_name, but adjusted so it can be appropriately + // displayed even if it is LTR and the UI is RTL. std::wstring AdjustedShortNameForLocaleDirection() const; // A description of the template; this may be empty. |