diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 02:30:05 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 02:30:05 +0000 |
commit | 29193b9b0af28ed636ebad88d82f3e32466b3f76 (patch) | |
tree | 064e2e8ee3e001274f6f1975bedf3096b48e4b7f /chrome/browser/cocoa/autocomplete_text_field_cell.h | |
parent | 4b196999d76e86cf0f0b418cf260c2bfb41bc4de (diff) | |
download | chromium_src-29193b9b0af28ed636ebad88d82f3e32466b3f76.zip chromium_src-29193b9b0af28ed636ebad88d82f3e32466b3f76.tar.gz chromium_src-29193b9b0af28ed636ebad88d82f3e32466b3f76.tar.bz2 |
[Mac] Show the page info window after clicking the security icon in the URL bar
BUG=22922
TEST=Go to https://twitter.com, click the lock icon, see page info window.
Review URL: http://codereview.chromium.org/222020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28221 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/autocomplete_text_field_cell.h')
-rw-r--r-- | chrome/browser/cocoa/autocomplete_text_field_cell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/autocomplete_text_field_cell.h b/chrome/browser/cocoa/autocomplete_text_field_cell.h index b8d931f..47fbb52 100644 --- a/chrome/browser/cocoa/autocomplete_text_field_cell.h +++ b/chrome/browser/cocoa/autocomplete_text_field_cell.h @@ -68,6 +68,9 @@ // corresponds to the frame with our added decorations sliced off. - (NSRect)textFrameForFrame:(NSRect)cellFrame; +// Return the portion of the cell to use for displaing the |hintIcon_|. +- (NSRect)hintImageFrameForFrame:(NSRect)cellFrame; + @end // Internal methods here exposed for unit testing. |