diff options
Diffstat (limited to 'chrome/browser/views/edit_keyword_controller.h')
-rw-r--r-- | chrome/browser/views/edit_keyword_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/edit_keyword_controller.h b/chrome/browser/views/edit_keyword_controller.h index a94422e..00a76fe 100644 --- a/chrome/browser/views/edit_keyword_controller.h +++ b/chrome/browser/views/edit_keyword_controller.h @@ -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. @@ -56,7 +56,7 @@ class EditKeywordController : public views::TextField::Controller, // valid. virtual void ContentsChanged(views::TextField* sender, const std::wstring& new_contents); - virtual void HandleKeystroke(views::TextField* sender, + virtual bool HandleKeystroke(views::TextField* sender, UINT message, TCHAR key, UINT repeat_count, |