diff options
Diffstat (limited to 'chrome/browser/ui/omnibox/omnibox_view.h')
-rw-r--r-- | chrome/browser/ui/omnibox/omnibox_view.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h index 234907f..a35f00e 100644 --- a/chrome/browser/ui/omnibox/omnibox_view.h +++ b/chrome/browser/ui/omnibox/omnibox_view.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -109,9 +109,7 @@ class OmniboxView { // Sets the window text and the caret position. virtual void SetWindowTextAndCaretPos(const string16& text, - size_t caret_pos, - bool update_popup, - bool notify_text_changed) = 0; + size_t caret_pos) = 0; // Sets the edit to forced query mode. Practically speaking, this means that // if the edit is not in forced query mode, its text is set to "?" with the |