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

Unified Diff: ash/wm_window.h

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index 4b579daf33e3c7e99b33ce6d54df8186314ff685..7ce8e27908150cffa2e9d621ce4dbc3bd3943247 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -45,7 +45,6 @@ namespace ash {
class ImmersiveFullscreenController;
class RootWindowController;
class WmLayoutManager;
-class WmShell;
class WmTransientWindowObserver;
class WmWindowTestApi;
enum class WmWindowProperty;
@@ -109,9 +108,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
const WmWindow* GetRootWindow() const;
RootWindowController* GetRootWindowController();
- // TODO(sky): fix constness.
- WmShell* GetShell() const;
-
// See shell_window_ids.h for list of known ids.
void SetShellWindowId(int id);
int GetShellWindowId() const;

Powered by Google App Engine
This is Rietveld 408576698