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

Unified Diff: ash/host/ash_window_tree_host_win.h

Issue 2611253002: Removes some dead code (Closed)
Patch Set: merge Created 3 years, 11 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/host/ash_window_tree_host.cc ('k') | ash/host/ash_window_tree_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_win.h
diff --git a/ash/host/ash_window_tree_host_win.h b/ash/host/ash_window_tree_host_win.h
deleted file mode 100644
index 61481f49a975de5c899c566c90337a01265adacf..0000000000000000000000000000000000000000
--- a/ash/host/ash_window_tree_host_win.h
+++ /dev/null
@@ -1,34 +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.
-
-#ifndef ASH_HOST_ASH_WINDOW_TREE_HOST_WIN_H_
-#define ASH_HOST_ASH_WINDOW_TREE_HOST_WIN_H_
-
-#include "ash/host/ash_window_tree_host_platform.h"
-
-namespace ash {
-
-class AshWindowTreeHostWin : public AshWindowTreeHostPlatform {
- public:
- explicit AshWindowTreeHostWin(const gfx::Rect& initial_bounds);
- ~AshWindowTreeHostWin() override;
-
- private:
- // AshWindowTreeHost:
- void ToggleFullScreen() override;
-
- // WindowTreeHost:
- void SetBoundsInPixels(const gfx::Rect& bounds) override;
-
- bool fullscreen_;
- RECT saved_window_rect_;
- DWORD saved_window_style_;
- DWORD saved_window_ex_style_;
-
- DISALLOW_COPY_AND_ASSIGN(AshWindowTreeHostWin);
-};
-
-} // namespace ash
-
-#endif // ASH_HOST_ASH_WINDOW_TREE_HOST_WIN_H_
« no previous file with comments | « ash/host/ash_window_tree_host.cc ('k') | ash/host/ash_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698