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

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

Issue 2791803002: mash: Move LauncherItemController to ash, rename ShelfItemDelegate. (Closed)
Patch Set: Move shelf_item_delegate to ash/public/cpp, cleanup. Created 3 years, 9 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/launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
deleted file mode 100644
index 5bcbdcbc57f173f7ca4de2ca2532dcc1607f60e6..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
+++ /dev/null
@@ -1,27 +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/launcher_item_controller.h"
-
-#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
-#include "chrome/common/extensions/extension_constants.h"
-
-LauncherItemController::LauncherItemController(
- const ash::AppLaunchId& app_launch_id,
- ChromeLauncherController* launcher_controller)
- : app_launch_id_(app_launch_id),
- shelf_id_(0),
- launcher_controller_(launcher_controller),
- image_set_by_controller_(false) {}
-
-LauncherItemController::~LauncherItemController() {}
-
-MenuItemList LauncherItemController::GetAppMenuItems(int event_flags) {
- return MenuItemList();
-}
-
-AppWindowLauncherItemController*
-LauncherItemController::AsAppWindowLauncherItemController() {
- return nullptr;
-}

Powered by Google App Engine
This is Rietveld 408576698