diff options
Diffstat (limited to 'ash/wm/mru_window_tracker.h')
-rw-r--r-- | ash/wm/mru_window_tracker.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/wm/mru_window_tracker.h b/ash/wm/mru_window_tracker.h index 3f8740d..2c2a5ea 100644 --- a/ash/wm/mru_window_tracker.h +++ b/ash/wm/mru_window_tracker.h @@ -24,12 +24,6 @@ class ActivationClient; namespace ash { -// List of containers which contain windows that can be switched to. -ASH_EXPORT extern const int kSwitchableWindowContainerIds[]; - -// The number of elements in kSwitchableWindowContainerIds. -ASH_EXPORT extern const size_t kSwitchableWindowContainerIdsLength; - // Maintains a most recently used list of windows. This is used for window // cycling using Alt+Tab and overview mode. class ASH_EXPORT MruWindowTracker |