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

Unified Diff: components/omnibox/browser/omnibox_edit_unittest.cc

Issue 2510373003: Cleanup: Remove "gray text" logic from Omnibox (Closed)
Patch Set: review2 Created 4 years, 1 month 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
« no previous file with comments | « components/omnibox/browser/omnibox_edit_model.cc ('k') | components/omnibox/browser/omnibox_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « components/omnibox/browser/omnibox_edit_model.cc ('k') | components/omnibox/browser/omnibox_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698