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

Side by Side Diff: chrome/common/render_messages.h

Issue 93116: Chrome side of using WebPluginListBuilder.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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) 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_COMMON_RENDER_MESSAGES_H_ 5 #ifndef CHROME_COMMON_RENDER_MESSAGES_H_
6 #define CHROME_COMMON_RENDER_MESSAGES_H_ 6 #define CHROME_COMMON_RENDER_MESSAGES_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 #include <map> 10 #include <map>
(...skipping 18 matching lines...) Expand all
29 #include "webkit/glue/context_menu.h" 29 #include "webkit/glue/context_menu.h"
30 #include "webkit/glue/feed.h" 30 #include "webkit/glue/feed.h"
31 #include "webkit/glue/form_data.h" 31 #include "webkit/glue/form_data.h"
32 #include "webkit/glue/password_form.h" 32 #include "webkit/glue/password_form.h"
33 #include "webkit/glue/password_form_dom_manager.h" 33 #include "webkit/glue/password_form_dom_manager.h"
34 #include "webkit/glue/resource_loader_bridge.h" 34 #include "webkit/glue/resource_loader_bridge.h"
35 #include "webkit/glue/webaccessibility.h" 35 #include "webkit/glue/webaccessibility.h"
36 #include "webkit/glue/webappcachecontext.h" 36 #include "webkit/glue/webappcachecontext.h"
37 #include "webkit/glue/webdropdata.h" 37 #include "webkit/glue/webdropdata.h"
38 #include "webkit/glue/webplugin.h" 38 #include "webkit/glue/webplugin.h"
39 #include "webkit/glue/webplugininfo.h"
39 #include "webkit/glue/webpreferences.h" 40 #include "webkit/glue/webpreferences.h"
40 #include "webkit/glue/webview_delegate.h" 41 #include "webkit/glue/webview_delegate.h"
41 42
42 #if defined(OS_POSIX) 43 #if defined(OS_POSIX)
43 #include "skia/include/SkBitmap.h" 44 #include "skia/include/SkBitmap.h"
44 #endif 45 #endif
45 46
46 namespace base { 47 namespace base {
47 class Time; 48 class Time;
48 } 49 }
(...skipping 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 } 1832 }
1832 }; 1833 };
1833 1834
1834 } // namespace IPC 1835 } // namespace IPC
1835 1836
1836 1837
1837 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 1838 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
1838 #include "chrome/common/ipc_message_macros.h" 1839 #include "chrome/common/ipc_message_macros.h"
1839 1840
1840 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 1841 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | webkit/build/WebKit/WebKit.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698