diff options
Diffstat (limited to 'chrome/browser/toolbar_model.h')
-rw-r--r-- | chrome/browser/toolbar_model.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h index 7827e41..865d39d 100644 --- a/chrome/browser/toolbar_model.h +++ b/chrome/browser/toolbar_model.h @@ -36,8 +36,10 @@ class ToolbarModel { // Returns the security level that the toolbar should display. SecurityLevel GetSecurityLevel() const; - // Returns the resource_id of the icon to show to the left of the address. - int GetSecurityIcon() const; + // Returns the resource_id of the icon to show to the left of the address, + // based on the current URL. This doesn't cover specialized icons while the + // user is editing; see AutocompleteEditView::GetIcon(). + int GetIcon() const; // Sets the text displayed in the info bubble that appears when the user // hovers the mouse over the icon. |