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

Side by Side Diff: content/browser/renderer_host/resource_dispatcher_host_unittest.cc

Issue 6683066: Remove render_messages_params files since they're not needed anymore. I moved the search provide... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 <vector> 5 #include <vector>
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/message_loop.h" 8 #include "base/message_loop.h"
9 #include "base/process_util.h" 9 #include "base/process_util.h"
10 #include "chrome/common/render_messages.h" 10 #include "chrome/common/render_messages.h"
11 #include "chrome/common/render_messages_params.h"
12 #include "content/browser/browser_thread.h" 11 #include "content/browser/browser_thread.h"
13 #include "content/browser/child_process_security_policy.h" 12 #include "content/browser/child_process_security_policy.h"
14 #include "content/browser/renderer_host/resource_dispatcher_host.h" 13 #include "content/browser/renderer_host/resource_dispatcher_host.h"
15 #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" 14 #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h"
16 #include "content/browser/renderer_host/resource_handler.h" 15 #include "content/browser/renderer_host/resource_handler.h"
17 #include "content/browser/renderer_host/resource_message_filter.h" 16 #include "content/browser/renderer_host/resource_message_filter.h"
18 #include "content/common/resource_messages.h" 17 #include "content/common/resource_messages.h"
19 #include "content/common/resource_response.h" 18 #include "content/common/resource_response.h"
20 #include "net/base/net_errors.h" 19 #include "net/base/net_errors.h"
21 #include "net/base/upload_data.h" 20 #include "net/base/upload_data.h"
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 const net::URLRequestStatus& status, 1003 const net::URLRequestStatus& status,
1005 const std::string& info) { 1004 const std::string& info) {
1006 return true; 1005 return true;
1007 } 1006 }
1008 1007
1009 void OnRequestClosed() {} 1008 void OnRequestClosed() {}
1010 1009
1011 private: 1010 private:
1012 DISALLOW_COPY_AND_ASSIGN(DummyResourceHandler); 1011 DISALLOW_COPY_AND_ASSIGN(DummyResourceHandler);
1013 }; 1012 };
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_helper.cc ('k') | content/browser/tab_contents/navigation_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698