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

Unified Diff: ash/mus/new_window_delegate_mus.cc

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Rebase to ToT Created 4 years, 2 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
« no previous file with comments | « ash/mus/new_window_delegate_mus.h ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/new_window_delegate_mus.cc
diff --git a/ash/mus/new_window_delegate_mus.cc b/ash/mus/new_window_delegate_mus.cc
deleted file mode 100644
index c288691ea977597cd3dde5c30bd67b0e45449970..0000000000000000000000000000000000000000
--- a/ash/mus/new_window_delegate_mus.cc
+++ /dev/null
@@ -1,63 +0,0 @@
-// Copyright 2016 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 "ash/mus/new_window_delegate_mus.h"
-
-#include "base/logging.h"
-#include "services/service_manager/public/cpp/connector.h"
-
-namespace ash {
-namespace mus {
-
-NewWindowDelegateMus::NewWindowDelegateMus() {}
-
-NewWindowDelegateMus::~NewWindowDelegateMus() {}
-
-void NewWindowDelegateMus::NewTab() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::NewWindow(bool incognito) {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::OpenFileManager() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::OpenCrosh() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::OpenGetHelp() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::RestoreTab() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::ShowKeyboardOverlay() {
- // TODO: http://crbug.com/647433.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::ShowTaskManager() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-void NewWindowDelegateMus::OpenFeedbackPage() {
- // TODO: http://crbug.com/631836.
- NOTIMPLEMENTED();
-}
-
-} // namespace mus
-} // namespace ash
« no previous file with comments | « ash/mus/new_window_delegate_mus.h ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698