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

Side by Side Diff: content/browser/loader/resource_dispatcher_host_browsertest.cc

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/bind_helpers.h" 6 #include "base/bind_helpers.h"
7 #include "base/macros.h"
7 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
8 #include "base/run_loop.h" 9 #include "base/run_loop.h"
9 #include "base/strings/string_util.h" 10 #include "base/strings/string_util.h"
10 #include "base/strings/stringprintf.h" 11 #include "base/strings/stringprintf.h"
11 #include "base/strings/utf_string_conversions.h" 12 #include "base/strings/utf_string_conversions.h"
13 #include "build/build_config.h"
12 #include "content/browser/download/download_manager_impl.h" 14 #include "content/browser/download/download_manager_impl.h"
13 #include "content/browser/web_contents/web_contents_impl.h" 15 #include "content/browser/web_contents/web_contents_impl.h"
14 #include "content/public/browser/browser_context.h" 16 #include "content/public/browser/browser_context.h"
15 #include "content/public/browser/browser_thread.h" 17 #include "content/public/browser/browser_thread.h"
16 #include "content/public/browser/resource_dispatcher_host.h" 18 #include "content/public/browser/resource_dispatcher_host.h"
17 #include "content/public/browser/resource_dispatcher_host_delegate.h" 19 #include "content/public/browser/resource_dispatcher_host_delegate.h"
18 #include "content/public/browser/resource_request_info.h" 20 #include "content/public/browser/resource_request_info.h"
19 #include "content/public/browser/web_contents.h" 21 #include "content/public/browser/web_contents.h"
20 #include "content/public/common/url_constants.h" 22 #include "content/public/common/url_constants.h"
21 #include "content/public/test/browser_test_utils.h" 23 #include "content/public/test/browser_test_utils.h"
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 746
745 // Reload with Lo-Fi disabled. 747 // Reload with Lo-Fi disabled.
746 Reset(false); 748 Reset(false);
747 TestNavigationObserver tab_observer(shell()->web_contents(), 1); 749 TestNavigationObserver tab_observer(shell()->web_contents(), 1);
748 shell()->web_contents()->GetController().ReloadDisableLoFi(true); 750 shell()->web_contents()->GetController().ReloadDisableLoFi(true);
749 tab_observer.Wait(); 751 tab_observer.Wait();
750 CheckResourcesRequested(false); 752 CheckResourcesRequested(false);
751 } 753 }
752 754
753 } // namespace content 755 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/loader/resource_buffer.h ('k') | content/browser/loader/resource_dispatcher_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698