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

Unified Diff: chrome/browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_api.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/test/launcher_application_menu_item_model_test_api.cc
diff --git a/chrome/browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_api.cc b/chrome/browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_api.cc
deleted file mode 100644
index 489c333fe89a2befb85fda7ba313059f0fdb2295..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_api.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 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/test/launcher_application_menu_item_model_test_api.h"
-
-LauncherApplicationMenuItemModelTestAPI::
- LauncherApplicationMenuItemModelTestAPI(
- LauncherApplicationMenuItemModel* menu_item_model)
- : menu_item_model_(menu_item_model) {
-}
-
-LauncherApplicationMenuItemModelTestAPI::
- ~LauncherApplicationMenuItemModelTestAPI() {
-}
-
-int LauncherApplicationMenuItemModelTestAPI::GetNumMenuItemsEnabled() const {
- return menu_item_model_->GetNumMenuItemsEnabled();
-}
-
-void LauncherApplicationMenuItemModelTestAPI::RecordMenuItemSelectedMetrics(
- int command_id,
- int num_menu_items_enabled) {
- return menu_item_model_->RecordMenuItemSelectedMetrics(
- command_id, num_menu_items_enabled);
-}

Powered by Google App Engine
This is Rietveld 408576698