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

Unified Diff: ash/shell.h

Issue 2192613002: Moves NewWindowDelegate to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 4 years, 5 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/new_window_delegate.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 23c849be76d7a5b9e1251dce640ddb4c97112574..0aaffda7d26166042a2b3319af41eac852f1c1e9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -102,7 +102,6 @@ class LockStateController;
enum class LoginStatus;
class MagnificationController;
class MouseCursorEventFilter;
-class NewWindowDelegate;
class OverlayEventFilter;
class PartialMagnificationController;
class PointerWatcherDelegate;
@@ -343,10 +342,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return session_state_delegate_.get();
}
- NewWindowDelegate* new_window_delegate() {
- return new_window_delegate_.get();
- }
-
HighContrastController* high_contrast_controller() {
return high_contrast_controller_.get();
}
@@ -549,7 +544,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
accelerator_controller_delegate_;
std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
- std::unique_ptr<NewWindowDelegate> new_window_delegate_;
std::unique_ptr<PointerWatcherDelegate> pointer_watcher_delegate_;
std::unique_ptr<ShelfWindowWatcher> shelf_window_watcher_;
std::unique_ptr<WindowPositioner> window_positioner_;
« no previous file with comments | « ash/new_window_delegate.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698