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

Unified Diff: ash/root_window_controller.h

Issue 123023002: Remove "solo window" feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/ash.gyp ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 3d6f2fd80435e911b503770ab051eaba510e714c..3ff728820d84574af390e52d8920f879f5a6e61e 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -44,7 +44,6 @@ class KeyboardController;
namespace ash {
class ShelfWidget;
-class SoloWindowTracker;
class StackingController;
class SystemTray;
class ToplevelWindowEventHandler;
@@ -154,10 +153,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
}
void SetAnimatingWallpaperController(AnimatingDesktopController* controller);
- SoloWindowTracker* solo_window_tracker() {
- return solo_window_tracker_.get();
- }
-
// Access the shelf layout manager associated with this root
// window controller, NULL if no such shelf exists.
ShelfLayoutManager* GetShelfLayoutManager();
@@ -313,7 +308,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
scoped_ptr<DesktopBackgroundWidgetController> wallpaper_controller_;
scoped_ptr<AnimatingDesktopController> animating_wallpaper_controller_;
scoped_ptr<views::corewm::ScopedCaptureClient> capture_client_;
- scoped_ptr<SoloWindowTracker> solo_window_tracker_;
DISALLOW_COPY_AND_ASSIGN(RootWindowController);
};
« no previous file with comments | « ash/ash.gyp ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698