Index: ash/shell.h |
=================================================================== |
--- ash/shell.h (revision 162263) |
+++ ash/shell.h (working copy) |
@@ -214,11 +214,6 @@ |
// Returns true if a modal dialog window is currently open. |
bool IsModalWindowOpen() const; |
- // For testing only: set simulation that a modal window is open |
- void SimulateModalWindowOpenForTesting(bool modal_window_open) { |
- simulate_modal_window_open_for_testing_ = modal_window_open; |
- } |
- |
// Creates a default views::NonClientFrameView for use by windows in the |
// Ash environment. |
views::NonClientFrameView* CreateDefaultNonClientFrameView( |
@@ -499,9 +494,6 @@ |
// Used by ash/shell. |
content::BrowserContext* browser_context_; |
- // For testing only: simulate that a modal window is open |
- bool simulate_modal_window_open_for_testing_; |
- |
DISALLOW_COPY_AND_ASSIGN(Shell); |
}; |