| Index: chrome/browser/views/find_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/find_bar_view.h (revision 13375)
|
| +++ chrome/browser/views/find_bar_view.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 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.
|
|
|
| @@ -67,7 +67,7 @@
|
| // Overridden from views::TextField::Controller:
|
| virtual void ContentsChanged(views::TextField* sender,
|
| const std::wstring& new_contents);
|
| - virtual void HandleKeystroke(views::TextField* sender, UINT message,
|
| + virtual bool HandleKeystroke(views::TextField* sender, UINT message,
|
| TCHAR key, UINT repeat_count, UINT flags);
|
|
|
| // Set whether or not we're attempting to blend with the toolbar.
|
|
|