diff options
Diffstat (limited to 'ash/test/ash_test_base.h')
-rw-r--r-- | ash/test/ash_test_base.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h index 85a1f35..e7b929f 100644 --- a/ash/test/ash_test_base.h +++ b/ash/test/ash_test_base.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -24,9 +24,6 @@ class AshTestBase : public testing::Test { virtual void TearDown() OVERRIDE; protected: - // Overridden by test cases to specify what window mode to run the shell in. - virtual bool GetOverrideWindowMode(Shell::WindowMode* window_mode); - void RunAllPendingInMessageLoop(); private: |