| Index: chrome/browser/views/bookmark_manager_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_manager_view.h (revision 13375)
|
| +++ chrome/browser/views/bookmark_manager_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.
|
|
|
| @@ -136,7 +136,7 @@
|
| virtual void ContentsChanged(views::TextField* sender,
|
| const std::wstring& new_contents);
|
| // If return has been pressed this performs an immediate search.
|
| - virtual void HandleKeystroke(views::TextField* sender,
|
| + virtual bool HandleKeystroke(views::TextField* sender,
|
| UINT message, TCHAR key, UINT repeat_count,
|
| UINT flags);
|
|
|
|
|