| Index: chrome/browser/cocoa/autocomplete_text_field_editor.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/autocomplete_text_field_editor.mm (revision 35037)
|
| +++ chrome/browser/cocoa/autocomplete_text_field_editor.mm (working copy)
|
| @@ -77,10 +77,6 @@
|
| - (void)updateRuler {
|
| }
|
|
|
| -// Let the |AutocompleteTextField| handle drops.
|
| -- (void)updateDragTypeRegistration {
|
| -}
|
| -
|
| - (NSMenu*)menuForEvent:(NSEvent*)event {
|
| NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"TITLE"] autorelease];
|
| [menu addItemWithTitle:l10n_util::GetNSStringWithFixup(IDS_CUT)
|
|
|