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

Side by Side Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 20208: Lots of small nits to help to split off webkit.dll.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #ifndef CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_
6 #define CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_
7 7
8 #include "base/clipboard.h" 8 #include "base/clipboard.h"
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/gfx/rect.h" 10 #include "base/gfx/rect.h"
11 #include "base/gfx/native_widget_types.h" 11 #include "base/gfx/native_widget_types.h"
12 #include "base/ref_counted.h" 12 #include "base/ref_counted.h"
13 #include "base/shared_memory.h"
13 #include "build/build_config.h" 14 #include "build/build_config.h"
14 #include "chrome/browser/net/resolve_proxy_msg_helper.h" 15 #include "chrome/browser/net/resolve_proxy_msg_helper.h"
15 #include "chrome/browser/renderer_host/resource_dispatcher_host.h" 16 #include "chrome/browser/renderer_host/resource_dispatcher_host.h"
16 #include "chrome/common/ipc_channel_proxy.h" 17 #include "chrome/common/ipc_channel_proxy.h"
17 #include "chrome/common/modal_dialog_event.h" 18 #include "chrome/common/modal_dialog_event.h"
18 #include "chrome/common/notification_observer.h" 19 #include "chrome/common/notification_observer.h"
19 #include "webkit/glue/cache_manager.h" 20 #include "webkit/glue/cache_manager.h"
20 21
21 #if defined(OS_WIN) 22 #if defined(OS_WIN)
22 #include <windows.h> 23 #include <windows.h>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 242
242 scoped_refptr<RenderWidgetHelper> render_widget_helper_; 243 scoped_refptr<RenderWidgetHelper> render_widget_helper_;
243 244
244 // Object that should take care of audio related resource requests. 245 // Object that should take care of audio related resource requests.
245 scoped_refptr<AudioRendererHost> audio_renderer_host_; 246 scoped_refptr<AudioRendererHost> audio_renderer_host_;
246 247
247 DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter); 248 DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter);
248 }; 249 };
249 250
250 #endif // CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_ 251 #endif // CHROME_BROWSER_RENDERER_HOST_RESOURCE_MSG_FILTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_manager.cc ('k') | chrome/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698