| Index: components/omnibox/browser/omnibox_edit_unittest.cc
|
| diff --git a/components/omnibox/browser/omnibox_edit_unittest.cc b/components/omnibox/browser/omnibox_edit_unittest.cc
|
| index 837d37ae30c979c670abde6db769a72ca4241781..2513fb822a60f7f46f857d0ecd86bb3d84ff09ca 100644
|
| --- a/components/omnibox/browser/omnibox_edit_unittest.cc
|
| +++ b/components/omnibox/browser/omnibox_edit_unittest.cc
|
| @@ -80,10 +80,6 @@ class TestingOmniboxView : public OmniboxView {
|
| }
|
| gfx::NativeView GetNativeView() const override { return nullptr; }
|
| gfx::NativeView GetRelativeWindowForPopup() const override { return nullptr; }
|
| - void SetGrayTextAutocompletion(const base::string16& input) override {}
|
| - base::string16 GetGrayTextAutocompletion() const override {
|
| - return base::string16();
|
| - }
|
| int GetTextWidth() const override { return 0; }
|
| int GetWidth() const override { return 0; }
|
| bool IsImeComposing() const override { return false; }
|
|
|