OLD | NEW |
---|---|
(Empty) | |
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 | |
3 // found in the LICENSE file. | |
4 | |
5 #include "chrome/test/base/in_process_browser_test.h" | |
6 | |
7 // An empty test (it starts up and shuts down the browser as part of its | |
8 // setup and teardown) used to prefetch all of the browser code into memory. | |
9 IN_PROC_BROWSER_TEST_F(InProcessBrowserTest, Empty) { | |
10 } | |
OLD | NEW |