Index: chrome/browser/ui/omnibox/omnibox_edit_model.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
index 4dff4ef94972c3e1b15071a3b09074c5c0095a08..520562b5fd134378a5ca2f834c682afdfa812df3 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
@@ -299,8 +299,6 @@ class OmniboxEditModel { |
// Access the current view text. |
string16 GetViewText() const; |
- string16 user_text() const { return user_text_; } |
- |
// TODO(beaudoin): We need this to allow OmniboxController access the |
// InstantController via OmniboxEditController, because the only valid pointer |
// to InstantController is kept in Browser. We should try to get rid of this, |