| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm
|
| index 3f1a19a7a5ac49960ea0bcf25181d006f52913a7..54646bded11813ffca6ee255966e93ae93081949 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm
|
| @@ -195,15 +195,6 @@ TEST_F(AutocompleteTextFieldEditorTest, Display) {
|
| [editor_ display];
|
| }
|
|
|
| -// Test setting gray text, mostly to ensure nothing leaks or crashes.
|
| -TEST_F(AutocompleteTextFieldEditorTest, GrayText) {
|
| - [editor_ display];
|
| - EXPECT_FALSE([editor_ needsDisplay]);
|
| - [field_ setGrayTextAutocompletion:@"foo" textColor:[NSColor redColor]];
|
| - EXPECT_TRUE([editor_ needsDisplay]);
|
| - [editor_ display];
|
| -}
|
| -
|
| // Test that -paste: is correctly delegated to the observer.
|
| TEST_F(AutocompleteTextFieldEditorObserverTest, Paste) {
|
| EXPECT_CALL(field_observer_, OnPaste());
|
|
|