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

Unified Diff: ash/common/wm/window_state.cc

Issue 2411913003: Converts ash/wm/mru_window_tracker_unittest.cc to use AshTest (Closed)
Patch Set: comment Created 4 years, 2 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/common/BUILD.gn ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_state.cc
diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
index 6fb6621f0feffcb2988e7c0f0bb7bef7e988254d..e3b5cbb9d223309f4d1a012947c0a5d141ab059b 100644
--- a/ash/common/wm/window_state.cc
+++ b/ash/common/wm/window_state.cc
@@ -112,7 +112,7 @@ bool WindowState::IsUserPositionable() const {
}
bool WindowState::ShouldBeExcludedFromMru() const {
- return (window_->GetBoolProperty(ash::WmWindowProperty::EXCLUDE_FROM_MRU));
+ return window_->GetBoolProperty(ash::WmWindowProperty::EXCLUDE_FROM_MRU);
}
bool WindowState::CanMaximize() const {
« no previous file with comments | « ash/common/BUILD.gn ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698