Chromium Code Reviews| Index: chrome/browser/ui/browser_command_controller.cc |
| diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc |
| index a7b52298a6b9bfbc041c9c3ef671d027c272dcda..ac87bb1c86354a9292c65a3b79474fd182227fae 100644 |
| --- a/chrome/browser/ui/browser_command_controller.cc |
| +++ b/chrome/browser/ui/browser_command_controller.cc |
| @@ -606,13 +606,9 @@ void BrowserCommandController::ExecuteCommandWithDisposition( |
| // Clipboard commands |
| case IDC_CUT: |
| - Cut(browser_); |
| - break; |
| case IDC_COPY: |
| - Copy(browser_); |
| - break; |
| case IDC_PASTE: |
| - Paste(browser_); |
| + CutCopyPaste(browser_, id); |
| break; |
| // Find-in-page |