Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8018)

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc

Issue 2671923002: mash: Cleanup ash shelf application menu code. (Closed)
Patch Set: Add comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698