Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3018)

Unified Diff: chrome/browser/cocoa/autocomplete_text_field.h

Issue 222020: [Mac] Show the page info window after clicking the security icon in the URL bar (Closed)
Patch Set: Unit tests Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/autocomplete_text_field.h
diff --git a/chrome/browser/cocoa/autocomplete_text_field.h b/chrome/browser/cocoa/autocomplete_text_field.h
index f850a27a0d7b0b59046c733fd625433065001f85..be8856129468ad701e2b6f59b373a3ec0086f316 100644
--- a/chrome/browser/cocoa/autocomplete_text_field.h
+++ b/chrome/browser/cocoa/autocomplete_text_field.h
@@ -49,6 +49,10 @@ class AutocompleteTextFieldObserver {
// Called when the user initiates a "paste and go" or "paste and
// search" into |field_|.
virtual void OnPasteAndGo() = 0;
+
+ // Called when the user clicks the hint icon (i.e. the security icon) in the
+ // location bar.
+ virtual void OnSecurityIconClicked() = 0;
};
@interface AutocompleteTextField : NSTextField {

Powered by Google App Engine
This is Rietveld 408576698