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

Unified Diff: ash/common/test/test_new_window_client.cc

Issue 2549903002: mash: Reverse the responsibilities of the NewWindowClient. (Closed)
Patch Set: jamescook comments Created 4 years 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/common/test/test_new_window_client.h ('k') | ash/common/test/wm_shell_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/test_new_window_client.cc
diff --git a/ash/common/test/test_new_window_client.cc b/ash/common/test/test_new_window_client.cc
deleted file mode 100644
index 8c67c2c09f31fb77bb7fe3961b3668fdaa2adc69..0000000000000000000000000000000000000000
--- a/ash/common/test/test_new_window_client.cc
+++ /dev/null
@@ -1,31 +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/common/test/test_new_window_client.h"
-
-namespace ash {
-
-TestNewWindowClient::TestNewWindowClient() {}
-
-TestNewWindowClient::~TestNewWindowClient() {}
-
-void TestNewWindowClient::NewTab() {}
-
-void TestNewWindowClient::NewWindow(bool incognito) {}
-
-void TestNewWindowClient::OpenFileManager() {}
-
-void TestNewWindowClient::OpenCrosh() {}
-
-void TestNewWindowClient::OpenGetHelp() {}
-
-void TestNewWindowClient::RestoreTab() {}
-
-void TestNewWindowClient::ShowKeyboardOverlay() {}
-
-void TestNewWindowClient::ShowTaskManager() {}
-
-void TestNewWindowClient::OpenFeedbackPage() {}
-
-} // namespace ash
« no previous file with comments | « ash/common/test/test_new_window_client.h ('k') | ash/common/test/wm_shell_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698