| 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 29ab1f7aca13fd1cdbdfa57ec60fb27ec22d92b1..f2d7be66c2f743a0000fe8fcb34a4d9e7dabd32e 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -352,7 +352,7 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
|
| BookmarkCurrentPage(browser_);
|
| break;
|
| case IDC_PIN_TO_START_SCREEN:
|
| - PinCurrentPageToStartScreen(browser_);
|
| + TogglePagePinnedToStartScreen(browser_);
|
| break;
|
| case IDC_BOOKMARK_ALL_TABS:
|
| BookmarkAllTabs(browser_);
|
|
|