diff options
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc index 29ab1f7..f2d7be6 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_); |