| Index: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc
|
| deleted file mode 100644
|
| index 24dae4689fc87c701a6e5b1af08aa390f4ea3ffd..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h"
|
| -
|
| -ChromeLauncherAppMenuItem::ChromeLauncherAppMenuItem(const base::string16 title,
|
| - const gfx::Image* icon,
|
| - bool has_leading_separator)
|
| - : title_(title),
|
| - icon_(icon ? gfx::Image(*icon) : gfx::Image()),
|
| - has_leading_separator_(has_leading_separator) {}
|
| -
|
| -ChromeLauncherAppMenuItem::~ChromeLauncherAppMenuItem() {}
|
| -
|
| -bool ChromeLauncherAppMenuItem::IsEnabled() const {
|
| - return false;
|
| -}
|
| -
|
| -void ChromeLauncherAppMenuItem::Execute(int event_flags) {}
|
|
|