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

Side by Side Diff: chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc

Issue 1967773004: Fix include path for moved thread_task_runner_handle.h header in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: merge up to r393013 Created 4 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <stddef.h> 5 #include <stddef.h>
6 6
7 #include "base/location.h" 7 #include "base/location.h"
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/single_thread_task_runner.h" 9 #include "base/single_thread_task_runner.h"
10 #include "base/strings/stringprintf.h" 10 #include "base/strings/stringprintf.h"
11 #include "base/strings/utf_string_conversions.h" 11 #include "base/strings/utf_string_conversions.h"
12 #include "base/thread_task_runner_handle.h" 12 #include "base/threading/thread_task_runner_handle.h"
13 #include "build/build_config.h" 13 #include "build/build_config.h"
14 #include "chrome/app/chrome_command_ids.h" 14 #include "chrome/app/chrome_command_ids.h"
15 #include "chrome/browser/apps/app_browsertest_util.h" 15 #include "chrome/browser/apps/app_browsertest_util.h"
16 #include "chrome/browser/chrome_content_browser_client.h" 16 #include "chrome/browser/chrome_content_browser_client.h"
17 #include "chrome/browser/profiles/profile.h" 17 #include "chrome/browser/profiles/profile.h"
18 #include "chrome/browser/renderer_context_menu/render_view_context_menu_browsert est_util.h" 18 #include "chrome/browser/renderer_context_menu/render_view_context_menu_browsert est_util.h"
19 #include "chrome/browser/renderer_context_menu/render_view_context_menu_test_uti l.h" 19 #include "chrome/browser/renderer_context_menu/render_view_context_menu_test_uti l.h"
20 #include "chrome/test/base/interactive_test_utils.h" 20 #include "chrome/test/base/interactive_test_utils.h"
21 #include "chrome/test/base/test_launcher_utils.h" 21 #include "chrome/test/base/test_launcher_utils.h"
22 #include "chrome/test/base/ui_test_utils.h" 22 #include "chrome/test/base/ui_test_utils.h"
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 // this time. 1338 // this time.
1339 for (size_t i = 0; i < 4; ++i) 1339 for (size_t i = 0; i < 4; ++i)
1340 SendKeyPressToPlatformApp(ui::VKEY_TAB); 1340 SendKeyPressToPlatformApp(ui::VKEY_TAB);
1341 ExtensionTestMessageListener webview_button_not_focused_listener( 1341 ExtensionTestMessageListener webview_button_not_focused_listener(
1342 "WebViewInteractiveTest.WebViewButtonWasNotFocused", false); 1342 "WebViewInteractiveTest.WebViewButtonWasNotFocused", false);
1343 webview_button_not_focused_listener.set_failure_message( 1343 webview_button_not_focused_listener.set_failure_message(
1344 "WebViewInteractiveTest.WebViewButtonWasFocused"); 1344 "WebViewInteractiveTest.WebViewButtonWasFocused");
1345 SendMessageToEmbedder("verify"); 1345 SendMessageToEmbedder("verify");
1346 EXPECT_TRUE(webview_button_not_focused_listener.WaitUntilSatisfied()); 1346 EXPECT_TRUE(webview_button_not_focused_listener.WaitUntilSatisfied());
1347 } 1347 }
OLDNEW
« no previous file with comments | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | chrome/browser/background/background_contents_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698