summaryrefslogtreecommitdiffstats
path: root/chrome/browser/toolbar_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/toolbar_model.h')
-rw-r--r--chrome/browser/toolbar_model.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h
index 96a48e5..a4959e6fd 100644
--- a/chrome/browser/toolbar_model.h
+++ b/chrome/browser/toolbar_model.h
@@ -45,9 +45,9 @@ class ToolbarModel {
// user is editing; see AutocompleteEditView::GetIcon().
int GetIcon() const;
- // Returns the text, if any, that should be displayed on the right of the
- // location bar.
- std::wstring GetSecurityInfoText() const;
+ // Returns the name of the EV cert holder. Only call this when the security
+ // level is EV_SECURE.
+ std::wstring GetEVCertName() const;
// Getter/setter of whether the text in location bar is currently being
// edited.