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

Unified Diff: ash/test/ash_test_base.cc

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 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/test/ash_test_base.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 5fca2882f5680fa615446d77b29c6851c94da210..e23ab8a6d6f9215fd17a1f9f5512222f8b50b213 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -21,9 +21,6 @@ AshTestBase::~AshTestBase() {
void AshTestBase::SetUp() {
// Creates Shell and hook with Desktop.
TestShellDelegate* delegate = new TestShellDelegate;
- Shell::WindowMode window_mode = Shell::MODE_MANAGED;
- if (GetOverrideWindowMode(&window_mode))
- delegate->SetOverrideWindowMode(window_mode);
ash::Shell::CreateInstance(delegate);
helper_.SetUp();
@@ -43,10 +40,6 @@ void AshTestBase::TearDown() {
Shell::DeleteInstance();
}
-bool AshTestBase::GetOverrideWindowMode(Shell::WindowMode* window_mode) {
- return false;
-}
-
void AshTestBase::RunAllPendingInMessageLoop() {
helper_.RunAllPendingInMessageLoop(Shell::GetRootWindow());
}
« no previous file with comments | « ash/test/ash_test_base.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698