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

Side by Side Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/ui_test_utils.cc ('k') | chrome_frame/test/net/process_singleton_subclass.cc » ('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) 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 "chrome_frame/test/net/fake_external_tab.h" 5 #include "chrome_frame/test/net/fake_external_tab.h"
6 6
7 #include <atlbase.h> 7 #include <atlbase.h>
8 #include <atlcom.h> 8 #include <atlcom.h>
9 #include <exdisp.h> 9 #include <exdisp.h>
10 10
11 #include "app/app_paths.h" 11 #include "app/app_paths.h"
12 #include "app/resource_bundle.h" 12 #include "app/resource_bundle.h"
13 #include "app/win_util.h" 13 #include "app/win_util.h"
14 #include "base/command_line.h" 14 #include "base/command_line.h"
15 #include "base/debug_util.h" 15 #include "base/debug_util.h"
16 #include "base/file_util.h" 16 #include "base/file_util.h"
17 #include "base/file_version_info.h" 17 #include "base/file_version_info.h"
18 #include "base/i18n/icu_util.h" 18 #include "base/i18n/icu_util.h"
19 #include "base/path_service.h" 19 #include "base/path_service.h"
20 #include "base/scoped_comptr_win.h" 20 #include "base/scoped_comptr_win.h"
21 #include "base/string_util.h" 21 #include "base/string_util.h"
22 #include "base/stringprintf.h" 22 #include "base/stringprintf.h"
23 #include "chrome/browser/automation/automation_provider_list.h" 23 #include "chrome/browser/automation/automation_provider_list.h"
24 #include "chrome/browser/plugin_service.h" 24 #include "chrome/browser/plugin_service.h"
25 #include "chrome/browser/prefs/browser_prefs.h" 25 #include "chrome/browser/prefs/browser_prefs.h"
26 #include "chrome/browser/prefs/pref_service.h" 26 #include "chrome/browser/prefs/pref_service.h"
27 #include "chrome/browser/process_singleton.h" 27 #include "chrome/browser/process_singleton.h"
28 #include "chrome/browser/profile_manager.h" 28 #include "chrome/browser/profiles/profile_manager.h"
29 #include "chrome/browser/renderer_host/render_process_host.h" 29 #include "chrome/browser/renderer_host/render_process_host.h"
30 #include "chrome/browser/renderer_host/web_cache_manager.h" 30 #include "chrome/browser/renderer_host/web_cache_manager.h"
31 #include "chrome/common/chrome_constants.h" 31 #include "chrome/common/chrome_constants.h"
32 #include "chrome/common/chrome_paths.h" 32 #include "chrome/common/chrome_paths.h"
33 #include "chrome/common/chrome_paths_internal.h" 33 #include "chrome/common/chrome_paths_internal.h"
34 #include "chrome/common/chrome_switches.h" 34 #include "chrome/common/chrome_switches.h"
35 #include "chrome/common/notification_service.h" 35 #include "chrome/common/notification_service.h"
36 #include "chrome/common/pref_names.h" 36 #include "chrome/common/pref_names.h"
37 #include "chrome_frame/test/chrome_frame_test_utils.h" 37 #include "chrome_frame/test/chrome_frame_test_utils.h"
38 #include "chrome_frame/test/net/test_automation_resource_message_filter.h" 38 #include "chrome_frame/test/net/test_automation_resource_message_filter.h"
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 // See url_request_unittest.cc for these credentials. 485 // See url_request_unittest.cc for these credentials.
486 SupplyProxyCredentials credentials("user", "secret"); 486 SupplyProxyCredentials credentials("user", "secret");
487 watchdog.AddObserver(&credentials, "Windows Security", ""); 487 watchdog.AddObserver(&credentials, "Windows Security", "");
488 testing::InitGoogleTest(&argc, argv); 488 testing::InitGoogleTest(&argc, argv);
489 FilterDisabledTests(); 489 FilterDisabledTests();
490 PluginService::EnableChromePlugins(false); 490 PluginService::EnableChromePlugins(false);
491 CFUrlRequestUnittestRunner test_suite(argc, argv); 491 CFUrlRequestUnittestRunner test_suite(argc, argv);
492 test_suite.RunMainUIThread(); 492 test_suite.RunMainUIThread();
493 return 0; 493 return 0;
494 } 494 }
OLDNEW
« no previous file with comments | « chrome/test/ui_test_utils.cc ('k') | chrome_frame/test/net/process_singleton_subclass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698