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

Side by Side Diff: chrome/browser/devtools/devtools_sanity_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 (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 <stddef.h>
6
5 #include "base/bind.h" 7 #include "base/bind.h"
6 #include "base/cancelable_callback.h" 8 #include "base/cancelable_callback.h"
7 #include "base/command_line.h" 9 #include "base/command_line.h"
8 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
9 #include "base/location.h" 11 #include "base/location.h"
10 #include "base/macros.h" 12 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
12 #include "base/path_service.h" 14 #include "base/path_service.h"
13 #include "base/prefs/pref_service.h" 15 #include "base/prefs/pref_service.h"
14 #include "base/single_thread_task_runner.h" 16 #include "base/single_thread_task_runner.h"
15 #include "base/strings/string_number_conversions.h" 17 #include "base/strings/string_number_conversions.h"
16 #include "base/strings/string_util.h" 18 #include "base/strings/string_util.h"
17 #include "base/strings/stringprintf.h" 19 #include "base/strings/stringprintf.h"
18 #include "base/strings/utf_string_conversions.h" 20 #include "base/strings/utf_string_conversions.h"
19 #include "base/test/test_timeouts.h" 21 #include "base/test/test_timeouts.h"
20 #include "base/thread_task_runner_handle.h" 22 #include "base/thread_task_runner_handle.h"
23 #include "build/build_config.h"
21 #include "chrome/browser/chrome_notification_types.h" 24 #include "chrome/browser/chrome_notification_types.h"
22 #include "chrome/browser/devtools/device/tcp_device_provider.h" 25 #include "chrome/browser/devtools/device/tcp_device_provider.h"
23 #include "chrome/browser/devtools/devtools_window_testing.h" 26 #include "chrome/browser/devtools/devtools_window_testing.h"
24 #include "chrome/browser/extensions/extension_apitest.h" 27 #include "chrome/browser/extensions/extension_apitest.h"
25 #include "chrome/browser/extensions/extension_browsertest.h" 28 #include "chrome/browser/extensions/extension_browsertest.h"
26 #include "chrome/browser/extensions/extension_service.h" 29 #include "chrome/browser/extensions/extension_service.h"
27 #include "chrome/browser/extensions/test_extension_dir.h" 30 #include "chrome/browser/extensions/test_extension_dir.h"
28 #include "chrome/browser/extensions/unpacked_installer.h" 31 #include "chrome/browser/extensions/unpacked_installer.h"
29 #include "chrome/browser/lifetime/application_lifetime.h" 32 #include "chrome/browser/lifetime/application_lifetime.h"
30 #include "chrome/browser/profiles/profile.h" 33 #include "chrome/browser/profiles/profile.h"
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 (defined(OS_CHROMEOS) && defined(OFFICIAL_BUILD)) 1132 (defined(OS_CHROMEOS) && defined(OFFICIAL_BUILD))
1130 #define MAYBE_TestScreenshotRecording DISABLED_TestScreenshotRecording 1133 #define MAYBE_TestScreenshotRecording DISABLED_TestScreenshotRecording
1131 #else 1134 #else
1132 #define MAYBE_TestScreenshotRecording TestScreenshotRecording 1135 #define MAYBE_TestScreenshotRecording TestScreenshotRecording
1133 #endif 1136 #endif
1134 // Tests raw headers text. 1137 // Tests raw headers text.
1135 IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests, 1138 IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
1136 MAYBE_TestScreenshotRecording) { 1139 MAYBE_TestScreenshotRecording) {
1137 RunTest("testScreenshotRecording", std::string()); 1140 RunTest("testScreenshotRecording", std::string());
1138 } 1141 }
OLDNEW
« no previous file with comments | « chrome/browser/devtools/devtools_protocol.h ('k') | chrome/browser/devtools/devtools_targets_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698