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

Unified Diff: ash/wm/compact_layout_manager.h

Issue 9301016: add compact layout manager window transition unittest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update Created 8 years, 11 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/compact_layout_manager.h
diff --git a/ash/wm/compact_layout_manager.h b/ash/wm/compact_layout_manager.h
index b51e364228252cc93bd8d536a9a21712e9bd58b5..8b4f241ef30265a7143b6d2862d226d8ee3b1338 100644
--- a/ash/wm/compact_layout_manager.h
+++ b/ash/wm/compact_layout_manager.h
@@ -10,6 +10,7 @@
#include "ash/wm/base_layout_manager.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/gtest_prod_util.h"
#include "ui/gfx/compositor/layer_animation_observer.h"
namespace views {
@@ -56,6 +57,9 @@ class ASH_EXPORT CompactLayoutManager : public BaseLayoutManager,
const ui::LayerAnimationSequence* animation) OVERRIDE;
private:
+ FRIEND_TEST_ALL_PREFIXES(CompactLayoutManagerTransitionTest,
+ TransitionTest);
+
// Hides the status area if we are managing it and full screen windows are
// visible.
void UpdateStatusAreaVisibility();

Powered by Google App Engine
This is Rietveld 408576698