summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 23:16:29 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 23:16:29 +0000
commit4973efc5711e1ab70c68221eb47c7ef7151a623a (patch)
tree8fad642b4570d7d0f18b9fd11656e4d5e3a4fbbc /chrome/browser/search_engines/template_url.h
parentfacd7a7651cf81da7fbe48596be7f4324ff86ab8 (diff)
downloadchromium_src-4973efc5711e1ab70c68221eb47c7ef7151a623a.zip
chromium_src-4973efc5711e1ab70c68221eb47c7ef7151a623a.tar.gz
chromium_src-4973efc5711e1ab70c68221eb47c7ef7151a623a.tar.bz2
Completely miscellaneous minor cleanup. Remove some unneeded class declarations, modify or add a couple comments, change a function name in hopes of greater accuracy.
Review URL: http://codereview.chromium.org/119264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/search_engines/template_url.h')
-rw-r--r--chrome/browser/search_engines/template_url.h2
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.