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

Unified Diff: ash/scoped_root_window_for_new_windows.h

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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/root_window_controller_unittest.cc ('k') | ash/scoped_root_window_for_new_windows.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/scoped_root_window_for_new_windows.h
diff --git a/ash/scoped_root_window_for_new_windows.h b/ash/scoped_root_window_for_new_windows.h
deleted file mode 100644
index ac0946af93ea5d42e312cc04d6ccecc38efc8a3a..0000000000000000000000000000000000000000
--- a/ash/scoped_root_window_for_new_windows.h
+++ /dev/null
@@ -1,31 +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.
-
-#ifndef ASH_SCOPED_ROOT_WINDOW_FOR_NEW_WINDOWS_H_
-#define ASH_SCOPED_ROOT_WINDOW_FOR_NEW_WINDOWS_H_
-
-#include "ash/ash_export.h"
-#include "base/macros.h"
-
-namespace ash {
-
-class WmWindow;
-
-// Constructing a ScopedRootWindowForNewWindows allows temporarily
-// switching a target root window so that a new window gets created
-// in the same window where a user interaction happened.
-// An example usage is to specify the target root window when creating
-// a new window using launcher's icon.
-class ASH_EXPORT ScopedRootWindowForNewWindows {
- public:
- explicit ScopedRootWindowForNewWindows(WmWindow* new_root);
- ~ScopedRootWindowForNewWindows();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ScopedRootWindowForNewWindows);
-};
-
-} // namespace ash
-
-#endif // ASH_SCOPED_ROOT_WINDOW_FOR_NEW_WINDOWS_H_
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/scoped_root_window_for_new_windows.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698