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

Side by Side Diff: ash/aura/wm_window_aura.h

Issue 2563343002: Remove extension_misc::IsImeMenuExtensionId. (Closed)
Patch Set: Remove kExcludeFromMruKey. Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_ 5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_
6 #define ASH_AURA_WM_WINDOW_AURA_H_ 6 #define ASH_AURA_WM_WINDOW_AURA_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/common/wm_window.h" 9 #include "ash/common/wm_window.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 void CloseWidget() override; 161 void CloseWidget() override;
162 void SetFocused() override; 162 void SetFocused() override;
163 bool IsFocused() const override; 163 bool IsFocused() const override;
164 bool IsActive() const override; 164 bool IsActive() const override;
165 void Activate() override; 165 void Activate() override;
166 void Deactivate() override; 166 void Deactivate() override;
167 void SetFullscreen() override; 167 void SetFullscreen() override;
168 void Maximize() override; 168 void Maximize() override;
169 void Minimize() override; 169 void Minimize() override;
170 void Unminimize() override; 170 void Unminimize() override;
171 void SetExcludedFromMru(bool excluded_from_mru) override;
172 std::vector<WmWindow*> GetChildren() override; 171 std::vector<WmWindow*> GetChildren() override;
173 void ShowResizeShadow(int component) override; 172 void ShowResizeShadow(int component) override;
174 void HideResizeShadow() override; 173 void HideResizeShadow() override;
175 void InstallResizeHandleWindowTargeter( 174 void InstallResizeHandleWindowTargeter(
176 ImmersiveFullscreenController* immersive_fullscreen_controller) override; 175 ImmersiveFullscreenController* immersive_fullscreen_controller) override;
177 void SetBoundsInScreenBehaviorForChildren( 176 void SetBoundsInScreenBehaviorForChildren(
178 BoundsInScreenBehavior behavior) override; 177 BoundsInScreenBehavior behavior) override;
179 void SetSnapsChildrenToPhysicalPixelBoundary() override; 178 void SetSnapsChildrenToPhysicalPixelBoundary() override;
180 void SnapToPixelBoundaryIfNecessary() override; 179 void SnapToPixelBoundaryIfNecessary() override;
181 void SetChildrenUseExtendedHitRegion() override; 180 void SetChildrenUseExtendedHitRegion() override;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 225
227 bool added_transient_observer_ = false; 226 bool added_transient_observer_ = false;
228 base::ObserverList<WmTransientWindowObserver> transient_observers_; 227 base::ObserverList<WmTransientWindowObserver> transient_observers_;
229 228
230 DISALLOW_COPY_AND_ASSIGN(WmWindowAura); 229 DISALLOW_COPY_AND_ASSIGN(WmWindowAura);
231 }; 230 };
232 231
233 } // namespace ash 232 } // namespace ash
234 233
235 #endif // ASH_AURA_WM_WINDOW_AURA_H_ 234 #endif // ASH_AURA_WM_WINDOW_AURA_H_
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698