| 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);
|
| };
|
|
|