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

Unified Diff: ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc

Issue 2909763002: Revert of Rename MaximizeMode to TabletMode (Closed)
Patch Set: Created 3 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: ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc
diff --git a/ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc b/ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc
deleted file mode 100644
index f26876351c64c0e1a029e6a7a1c44910098bde8b..0000000000000000000000000000000000000000
--- a/ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2017 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/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.h"
-
-namespace ash {
-
-TabletModeBackdropDelegateImpl::TabletModeBackdropDelegateImpl() = default;
-
-TabletModeBackdropDelegateImpl::~TabletModeBackdropDelegateImpl() = default;
-
-bool TabletModeBackdropDelegateImpl::HasBackdrop(aura::Window* window) {
- return true;
-}
-
-} // namespace ash
« no previous file with comments | « ash/wm/tablet_mode/tablet_mode_backdrop_delegate_impl.h ('k') | ash/wm/tablet_mode/tablet_mode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698