| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "base/base_switches.h" | 5 #include "base/base_switches.h" |
| 6 #include "base/command_line.h" | 6 #include "base/command_line.h" |
| 7 #include "base/memory/memory_pressure_listener.h" | 7 #include "base/memory/memory_pressure_listener.h" |
| 8 #include "base/test/simple_test_tick_clock.h" | 8 #include "base/test/simple_test_tick_clock.h" |
| 9 #include "build/build_config.h" | 9 #include "build/build_config.h" |
| 10 #include "chrome/browser/browser_process.h" | 10 #include "chrome/browser/browser_process.h" |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 | 388 |
| 389 // Remove the video stream. | 389 // Remove the video stream. |
| 390 video_stream_ui.reset(); | 390 video_stream_ui.reset(); |
| 391 | 391 |
| 392 // Should be able to discard the background tab now. | 392 // Should be able to discard the background tab now. |
| 393 EXPECT_TRUE(tab_manager->DiscardTabImpl()); | 393 EXPECT_TRUE(tab_manager->DiscardTabImpl()); |
| 394 } | 394 } |
| 395 | 395 |
| 396 } // namespace memory | 396 } // namespace memory |
| 397 | 397 |
| 398 #endif // OS_WIN || OS_CHROMEOS | 398 #endif // OS_WIN || OS_MAXOSX || OS_LINUX |
| OLD | NEW |