| 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 1c56704a96df0332b3eb3a2755ebf0393269a88e..daf8e1ddabdc75748be5707c98277cfe71026b93 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -548,9 +548,6 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
|
| AdvancedPrint(browser_);
|
| break;
|
| #endif // !OS_WIN
|
| - case IDC_PRINT_TO_DESTINATION:
|
| - PrintToDestination(browser_);
|
| - break;
|
| case IDC_TRANSLATE_PAGE:
|
| Translate(browser_);
|
| break;
|
|
|