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

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

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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>
6
5 #include "base/location.h" 7 #include "base/location.h"
8 #include "base/macros.h"
6 #include "base/single_thread_task_runner.h" 9 #include "base/single_thread_task_runner.h"
7 #include "base/strings/stringprintf.h" 10 #include "base/strings/stringprintf.h"
8 #include "base/strings/utf_string_conversions.h" 11 #include "base/strings/utf_string_conversions.h"
9 #include "base/thread_task_runner_handle.h" 12 #include "base/thread_task_runner_handle.h"
13 #include "build/build_config.h"
10 #include "chrome/app/chrome_command_ids.h" 14 #include "chrome/app/chrome_command_ids.h"
11 #include "chrome/browser/apps/app_browsertest_util.h" 15 #include "chrome/browser/apps/app_browsertest_util.h"
12 #include "chrome/browser/chrome_content_browser_client.h" 16 #include "chrome/browser/chrome_content_browser_client.h"
13 #include "chrome/browser/profiles/profile.h" 17 #include "chrome/browser/profiles/profile.h"
14 #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"
15 #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"
16 #include "chrome/test/base/interactive_test_utils.h" 20 #include "chrome/test/base/interactive_test_utils.h"
17 #include "chrome/test/base/test_launcher_utils.h" 21 #include "chrome/test/base/test_launcher_utils.h"
18 #include "chrome/test/base/ui_test_utils.h" 22 #include "chrome/test/base/ui_test_utils.h"
19 #include "components/guest_view/browser/guest_view_base.h" 23 #include "components/guest_view/browser/guest_view_base.h"
(...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 // this time. 1280 // this time.
1277 for (size_t i = 0; i < 4; ++i) 1281 for (size_t i = 0; i < 4; ++i)
1278 SendKeyPressToPlatformApp(ui::VKEY_TAB); 1282 SendKeyPressToPlatformApp(ui::VKEY_TAB);
1279 ExtensionTestMessageListener webview_button_not_focused_listener( 1283 ExtensionTestMessageListener webview_button_not_focused_listener(
1280 "WebViewInteractiveTest.WebViewButtonWasNotFocused", false); 1284 "WebViewInteractiveTest.WebViewButtonWasNotFocused", false);
1281 webview_button_not_focused_listener.set_failure_message( 1285 webview_button_not_focused_listener.set_failure_message(
1282 "WebViewInteractiveTest.WebViewButtonWasFocused"); 1286 "WebViewInteractiveTest.WebViewButtonWasFocused");
1283 SendMessageToEmbedder("verify"); 1287 SendMessageToEmbedder("verify");
1284 EXPECT_TRUE(webview_button_not_focused_listener.WaitUntilSatisfied()); 1288 EXPECT_TRUE(webview_button_not_focused_listener.WaitUntilSatisfied());
1285 } 1289 }
OLDNEW
« no previous file with comments | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | chrome/browser/apps/install_chrome_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698