| Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| index 2f0020122e542c937fce17ab87b00525769891f5..73c65c59dd4dd55b27725a7746f0d3622f8c416b 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| @@ -108,11 +108,6 @@ void BrowserShortcutLauncherItemController::Activate() {
|
| void BrowserShortcutLauncherItemController::Close() {
|
| }
|
|
|
| -void BrowserShortcutLauncherItemController::LauncherItemChanged(
|
| - int model_index,
|
| - const ash::LauncherItem& old_item) {
|
| -}
|
| -
|
| void BrowserShortcutLauncherItemController::Clicked(const ui::Event& event) {
|
| #if defined(OS_CHROMEOS)
|
| chromeos::default_pinned_apps_field_trial::RecordShelfClick(
|
|
|