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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc

Issue 1960293003: Remove OS_CHROMEOS from ui/ash code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/multi_user/multi_user_context_menu.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
deleted file mode 100644
index 110a8cca17bcdbf097e6715b9856a9b5fea442ca..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2013 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/multi_user/multi_user_context_menu.h"
-
-#include "ui/base/models/menu_model.h"
-
-std::unique_ptr<ui::MenuModel> CreateMultiUserContextMenu(
- aura::Window* window) {
- std::unique_ptr<ui::MenuModel> menu_model;
- return menu_model;
-}
-
-void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {}
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_controller_helper.cc ('k') | chrome/browser/ui/ash/multi_user/multi_user_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698