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

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

Issue 20015: Make it easier to create new IPC channel types (i.e. renderer/plugin). Inste... (Closed) Base URL: svn://chrome-svn/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 | Annotate | Revision Log
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_RESOURCE_MSG_FILTER_H_ 5 #ifndef CHROME_BROWSER_RENDERER_RESOURCE_MSG_FILTER_H_
6 #define CHROME_BROWSER_RENDERER_RESOURCE_MSG_FILTER_H_ 6 #define CHROME_BROWSER_RENDERER_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"
(...skipping 10 matching lines...) Expand all
21 #include "chrome/browser/renderer_host/resource_dispatcher_host.h" 21 #include "chrome/browser/renderer_host/resource_dispatcher_host.h"
22 #else 22 #else
23 // TODO(port): port ResourceDispatcherHost. 23 // TODO(port): port ResourceDispatcherHost.
24 #include "chrome/common/temp_scaffolding_stubs.h" 24 #include "chrome/common/temp_scaffolding_stubs.h"
25 #endif 25 #endif
26 26
27 class ClipboardService; 27 class ClipboardService;
28 class Profile; 28 class Profile;
29 class RenderWidgetHelper; 29 class RenderWidgetHelper;
30 class SpellChecker; 30 class SpellChecker;
31 struct ViewHostMsg_Resource_Request;
31 struct WebPluginInfo; 32 struct WebPluginInfo;
32 33
33 namespace printing { 34 namespace printing {
34 class PrinterQuery; 35 class PrinterQuery;
35 class PrintJobManager; 36 class PrintJobManager;
36 } 37 }
37 38
38 namespace webkit_glue { 39 namespace webkit_glue {
39 struct ScreenInfo; 40 struct ScreenInfo;
40 } 41 }
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 // This is void* to prevent people from accidentally dereferencing it. 236 // This is void* to prevent people from accidentally dereferencing it.
236 // When registering for observers, cast to Profile*. 237 // When registering for observers, cast to Profile*.
237 void* profile_; 238 void* profile_;
238 239
239 scoped_refptr<RenderWidgetHelper> render_widget_helper_; 240 scoped_refptr<RenderWidgetHelper> render_widget_helper_;
240 241
241 DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter); 242 DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter);
242 }; 243 };
243 244
244 #endif // CHROME_BROWSER_RENDERER_RESOURCE_MSG_FILTER_H_ 245 #endif // CHROME_BROWSER_RENDERER_RESOURCE_MSG_FILTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/test_render_view_host.h ('k') | chrome/browser/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698