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

Unified Diff: ash/shared/immersive_context.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/shared/immersive_context.h
diff --git a/ash/shared/immersive_context.h b/ash/shared/immersive_context.h
index 9e8041de3d86f55e2c03013633be5fc66c54697d..10d313231322708488a65b6cac9f62a3767f3a84 100644
--- a/ash/shared/immersive_context.h
+++ b/ash/shared/immersive_context.h
@@ -32,7 +32,7 @@ class ASH_EXPORT ImmersiveContext {
public:
static ImmersiveContext* Get() { return instance_; }
- // Mirrors that of WmShell::InstallResizeHandleWindowTargeter(), see it
+ // Mirrors that of ShellPort::InstallResizeHandleWindowTargeter(), see it
// for details
virtual void InstallResizeHandleWindowTargeter(
ImmersiveFullscreenController* controller) = 0;
@@ -47,7 +47,7 @@ class ASH_EXPORT ImmersiveContext {
// Returns the bounds of the display the widget is on, in screen coordinates.
virtual gfx::Rect GetDisplayBoundsInScreen(views::Widget* widget) = 0;
- // See WmShell::AddPointerWatcher for details.
+ // See ShellPort::AddPointerWatcher for details.
virtual void AddPointerWatcher(views::PointerWatcher* watcher,
views::PointerWatcherEventTypes events) = 0;
virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
@@ -55,7 +55,7 @@ class ASH_EXPORT ImmersiveContext {
// Returns true if any window has capture.
virtual bool DoesAnyWindowHaveCapture() = 0;
- // See WmShell::IsMouseEventsEnabled() for details.
+ // See ShellPort::IsMouseEventsEnabled() for details.
virtual bool IsMouseEventsEnabled() = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698