| Index: chrome/browser/ui/views/options/exception_editor_view.cc
 | 
| diff --git a/chrome/browser/ui/views/options/exception_editor_view.cc b/chrome/browser/ui/views/options/exception_editor_view.cc
 | 
| index 7b111d8553dbb2bc322b100af18e98c26cf799b0..e6082692874b1d1cddc246c46671a5aeeb462d03 100644
 | 
| --- a/chrome/browser/ui/views/options/exception_editor_view.cc
 | 
| +++ b/chrome/browser/ui/views/options/exception_editor_view.cc
 | 
| @@ -95,9 +95,8 @@ void ExceptionEditorView::ContentsChanged(views::Textfield* sender,
 | 
|        UTF16ToUTF8(pattern_tf_->text())), incognito_cb_->checked()));
 | 
|  }
 | 
|  
 | 
| -bool ExceptionEditorView::HandleKeystroke(
 | 
| -    views::Textfield* sender,
 | 
| -    const views::Textfield::Keystroke& key) {
 | 
| +bool ExceptionEditorView::HandleKeyEvent(views::Textfield* sender,
 | 
| +                                         const views::KeyEvent& key_event) {
 | 
|    return false;
 | 
|  }
 | 
|  
 | 
| 
 |