Index: chrome/browser/ui/toolbar/toolbar_model.h |
diff --git a/chrome/browser/ui/toolbar/toolbar_model.h b/chrome/browser/ui/toolbar/toolbar_model.h |
index eec3cd0e39daa79f68dce4c3d12ad4676333ef81..a7438f46f44f884d379e5f65a5817290dc19e54d 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model.h |
+++ b/chrome/browser/ui/toolbar/toolbar_model.h |
@@ -83,8 +83,8 @@ class ToolbarModel { |
// |level| given, ignoring search term replacement state. |
virtual int GetIconForSecurityLevel(SecurityLevel level) const = 0; |
- // Returns the name of the EV cert holder. Only call this when the security |
- // level is EV_SECURE. |
+ // Returns the name of the EV cert holder. This returns an empty string if |
+ // the security level is not EV_SECURE. |
virtual base::string16 GetEVCertName() const = 0; |
// Returns whether the URL for the current navigation entry should be |