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

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

Issue 264037: Refactor security-icon code to a more general form (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field.h (revision 29797)
+++ chrome/browser/cocoa/autocomplete_text_field.h (working copy)
@@ -50,10 +50,6 @@
// 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;
-
// Called when the field's frame changes.
virtual void OnFrameChanged() = 0;
};
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_mac.mm ('k') | chrome/browser/cocoa/autocomplete_text_field.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698