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

Side by Side Diff: chrome/test/startup/feature_startup_test.cc

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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
« no previous file with comments | « chrome/test/automated_ui_tests/automated_ui_tests.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 <windows.h> 5 #include <windows.h>
6 6
7 #include "app/win_util.h"
7 #include "base/file_util.h" 8 #include "base/file_util.h"
8 #include "base/path_service.h" 9 #include "base/path_service.h"
9 #include "base/perftimer.h" 10 #include "base/perftimer.h"
10 #include "base/time.h" 11 #include "base/time.h"
11 #include "chrome/app/chrome_dll_resource.h" 12 #include "chrome/app/chrome_dll_resource.h"
12 #include "chrome/common/chrome_paths.h" 13 #include "chrome/common/chrome_paths.h"
13 #include "chrome/common/win_util.h"
14 #include "chrome/test/automation/browser_proxy.h" 14 #include "chrome/test/automation/browser_proxy.h"
15 #include "chrome/test/ui/ui_test.h" 15 #include "chrome/test/ui/ui_test.h"
16 #include "net/base/net_util.h" 16 #include "net/base/net_util.h"
17 17
18 using base::TimeDelta; 18 using base::TimeDelta;
19 19
20 namespace { 20 namespace {
21 21
22 // Returns the directory name where the "typical" user data is that we use for 22 // Returns the directory name where the "typical" user data is that we use for
23 // testing. 23 // testing.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 // TODO(pamg): run these tests with a reference build? 96 // TODO(pamg): run these tests with a reference build?
97 97
98 TEST_F(NewTabUIStartupTest, PerfCold) { 98 TEST_F(NewTabUIStartupTest, PerfCold) {
99 RunStartupTest("tab_cold", false /* not cold */, true /* important */); 99 RunStartupTest("tab_cold", false /* not cold */, true /* important */);
100 } 100 }
101 101
102 TEST_F(NewTabUIStartupTest, DISABLED_PerfWarm) { 102 TEST_F(NewTabUIStartupTest, DISABLED_PerfWarm) {
103 RunStartupTest("tab_warm", true /* cold */, false /* not important */); 103 RunStartupTest("tab_warm", true /* cold */, false /* not important */);
104 } 104 }
OLDNEW
« no previous file with comments | « chrome/test/automated_ui_tests/automated_ui_tests.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698