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

Side by Side Diff: chrome/test/base/empty_browser_test.cc

Issue 10692048: Make the empty browser_test work again after incremental linking broke it. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698