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

Side by Side Diff: chrome/worker/worker_uitest.cc

Issue 6086003: Cleanup: Remove unneeded includes of chrome_switches.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/utility/utility_main.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/file_path.h" 5 #include "base/file_path.h"
6 #include "base/string_util.h" 6 #include "base/string_util.h"
7 #include "base/threading/platform_thread.h" 7 #include "base/threading/platform_thread.h"
8 #include "chrome/app/chrome_command_ids.h" 8 #include "chrome/app/chrome_command_ids.h"
9 #include "chrome/browser/worker_host/worker_service.h" 9 #include "chrome/browser/worker_host/worker_service.h"
10 #include "chrome/common/chrome_switches.h"
11 #include "chrome/common/url_constants.h" 10 #include "chrome/common/url_constants.h"
12 #include "chrome/test/automation/browser_proxy.h" 11 #include "chrome/test/automation/browser_proxy.h"
13 #include "chrome/test/automation/tab_proxy.h" 12 #include "chrome/test/automation/tab_proxy.h"
14 #include "chrome/test/ui/ui_layout_test.h" 13 #include "chrome/test/ui/ui_layout_test.h"
15 #include "chrome/test/ui_test_utils.h" 14 #include "chrome/test/ui_test_utils.h"
16 #include "net/test/test_server.h" 15 #include "net/test/test_server.h"
17 16
18 namespace { 17 namespace {
19 18
20 const char kTestCompleteCookie[] = "status"; 19 const char kTestCompleteCookie[] = "status";
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 RunWorkerFileSystemLayoutTest("simple-persistent-sync.html"); 708 RunWorkerFileSystemLayoutTest("simple-persistent-sync.html");
710 } 709 }
711 710
712 TEST_F(WorkerTest, DISABLED_WorkerFileSystemAsyncOperationsTest) { 711 TEST_F(WorkerTest, DISABLED_WorkerFileSystemAsyncOperationsTest) {
713 RunWorkerFileSystemLayoutTest("async-operations.html"); 712 RunWorkerFileSystemLayoutTest("async-operations.html");
714 } 713 }
715 714
716 TEST_F(WorkerTest, DISABLED_WorkerFileSystemSyncOperationsTest) { 715 TEST_F(WorkerTest, DISABLED_WorkerFileSystemSyncOperationsTest) {
717 RunWorkerFileSystemLayoutTest("sync-operations.html"); 716 RunWorkerFileSystemLayoutTest("sync-operations.html");
718 } 717 }
OLDNEW
« no previous file with comments | « chrome/utility/utility_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698