| Index: chrome/browser/ui/omnibox/omnibox_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/omnibox/omnibox_view.h (revision 120016)
|
| +++ chrome/browser/ui/omnibox/omnibox_view.h (working copy)
|
| @@ -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 @@
|
|
|
| // 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
|
|
|