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

Side by Side Diff: chrome/browser/ui/browser_browsertest.cc

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/browser_tabrestore.h » ('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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 <string> 5 #include <string>
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 #include "chrome/grit/chromium_strings.h" 59 #include "chrome/grit/chromium_strings.h"
60 #include "chrome/grit/generated_resources.h" 60 #include "chrome/grit/generated_resources.h"
61 #include "chrome/test/base/in_process_browser_test.h" 61 #include "chrome/test/base/in_process_browser_test.h"
62 #include "chrome/test/base/test_switches.h" 62 #include "chrome/test/base/test_switches.h"
63 #include "chrome/test/base/ui_test_utils.h" 63 #include "chrome/test/base/ui_test_utils.h"
64 #include "components/app_modal/app_modal_dialog.h" 64 #include "components/app_modal/app_modal_dialog.h"
65 #include "components/app_modal/app_modal_dialog_queue.h" 65 #include "components/app_modal/app_modal_dialog_queue.h"
66 #include "components/app_modal/javascript_app_modal_dialog.h" 66 #include "components/app_modal/javascript_app_modal_dialog.h"
67 #include "components/app_modal/native_app_modal_dialog.h" 67 #include "components/app_modal/native_app_modal_dialog.h"
68 #include "components/content_settings/core/browser/host_content_settings_map.h" 68 #include "components/content_settings/core/browser/host_content_settings_map.h"
69 #include "components/sessions/base_session_service_test_helper.h" 69 #include "components/sessions/core/base_session_service_test_helper.h"
70 #include "components/translate/core/browser/language_state.h" 70 #include "components/translate/core/browser/language_state.h"
71 #include "components/translate/core/common/language_detection_details.h" 71 #include "components/translate/core/common/language_detection_details.h"
72 #include "content/public/browser/favicon_status.h" 72 #include "content/public/browser/favicon_status.h"
73 #include "content/public/browser/host_zoom_map.h" 73 #include "content/public/browser/host_zoom_map.h"
74 #include "content/public/browser/interstitial_page.h" 74 #include "content/public/browser/interstitial_page.h"
75 #include "content/public/browser/interstitial_page_delegate.h" 75 #include "content/public/browser/interstitial_page_delegate.h"
76 #include "content/public/browser/navigation_entry.h" 76 #include "content/public/browser/navigation_entry.h"
77 #include "content/public/browser/notification_service.h" 77 #include "content/public/browser/notification_service.h"
78 #include "content/public/browser/render_frame_host.h" 78 #include "content/public/browser/render_frame_host.h"
79 #include "content/public/browser/render_process_host.h" 79 #include "content/public/browser/render_process_host.h"
(...skipping 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after
3186 3186
3187 // Sync navigation just to make sure IPC has passed (updated 3187 // Sync navigation just to make sure IPC has passed (updated
3188 // display mode is delivered to RP). 3188 // display mode is delivered to RP).
3189 content::TestNavigationObserver observer(app_contents, 1); 3189 content::TestNavigationObserver observer(app_contents, 1);
3190 ui_test_utils::NavigateToURL(app_browser, GURL(url::kAboutBlankURL)); 3190 ui_test_utils::NavigateToURL(app_browser, GURL(url::kAboutBlankURL));
3191 observer.Wait(); 3191 observer.Wait();
3192 3192
3193 CheckDisplayModeMQ(ASCIIToUTF16("fullscreen"), app_contents); 3193 CheckDisplayModeMQ(ASCIIToUTF16("fullscreen"), app_contents);
3194 } 3194 }
3195 3195
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/browser_tabrestore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698