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/browser/captive_portal/captive_portal_browsertest.cc

Issue 1381633002: Cleanup: IWYU for browser_navigator.h and browser_navigator_params.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, fix merge conflict Created 5 years, 2 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 <map> 5 #include <map>
6 #include <set> 6 #include <set>
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 14 matching lines...) Expand all
25 #include "chrome/browser/chrome_notification_types.h" 25 #include "chrome/browser/chrome_notification_types.h"
26 #include "chrome/browser/interstitials/security_interstitial_page.h" 26 #include "chrome/browser/interstitials/security_interstitial_page.h"
27 #include "chrome/browser/net/url_request_mock_util.h" 27 #include "chrome/browser/net/url_request_mock_util.h"
28 #include "chrome/browser/profiles/profile.h" 28 #include "chrome/browser/profiles/profile.h"
29 #include "chrome/browser/ssl/captive_portal_blocking_page.h" 29 #include "chrome/browser/ssl/captive_portal_blocking_page.h"
30 #include "chrome/browser/ssl/ssl_blocking_page.h" 30 #include "chrome/browser/ssl/ssl_blocking_page.h"
31 #include "chrome/browser/ssl/ssl_error_handler.h" 31 #include "chrome/browser/ssl/ssl_error_handler.h"
32 #include "chrome/browser/ui/browser.h" 32 #include "chrome/browser/ui/browser.h"
33 #include "chrome/browser/ui/browser_commands.h" 33 #include "chrome/browser/ui/browser_commands.h"
34 #include "chrome/browser/ui/browser_finder.h" 34 #include "chrome/browser/ui/browser_finder.h"
35 #include "chrome/browser/ui/browser_navigator.h" 35 #include "chrome/browser/ui/browser_navigator_params.h"
36 #include "chrome/browser/ui/tab_contents/tab_contents_iterator.h" 36 #include "chrome/browser/ui/tab_contents/tab_contents_iterator.h"
37 #include "chrome/browser/ui/tabs/tab_strip_model.h" 37 #include "chrome/browser/ui/tabs/tab_strip_model.h"
38 #include "chrome/common/chrome_paths.h" 38 #include "chrome/common/chrome_paths.h"
39 #include "chrome/common/chrome_switches.h" 39 #include "chrome/common/chrome_switches.h"
40 #include "chrome/common/pref_names.h" 40 #include "chrome/common/pref_names.h"
41 #include "chrome/test/base/in_process_browser_test.h" 41 #include "chrome/test/base/in_process_browser_test.h"
42 #include "chrome/test/base/ui_test_utils.h" 42 #include "chrome/test/base/ui_test_utils.h"
43 #include "content/public/browser/browser_thread.h" 43 #include "content/public/browser/browser_thread.h"
44 #include "content/public/browser/interstitial_page.h" 44 #include "content/public/browser/interstitial_page.h"
45 #include "content/public/browser/interstitial_page_delegate.h" 45 #include "content/public/browser/interstitial_page_delegate.h"
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 2871
2872 EXPECT_EQ(CaptivePortalTabReloader::STATE_NEEDS_RELOAD, 2872 EXPECT_EQ(CaptivePortalTabReloader::STATE_NEEDS_RELOAD,
2873 GetStateOfTabReloaderAt(browser(), broken_tab_index)); 2873 GetStateOfTabReloaderAt(browser(), broken_tab_index));
2874 2874
2875 WaitForInterstitialAttach(broken_tab_contents); 2875 WaitForInterstitialAttach(broken_tab_contents);
2876 portal_observer.WaitForResults(1); 2876 portal_observer.WaitForResults(1);
2877 2877
2878 EXPECT_EQ(SSLBlockingPage::kTypeForTesting, 2878 EXPECT_EQ(SSLBlockingPage::kTypeForTesting,
2879 GetInterstitialType(broken_tab_contents)); 2879 GetInterstitialType(broken_tab_contents));
2880 } 2880 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/autofill_browsertest.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698