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

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

Issue 155378: Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 16 matching lines...) Expand all
27 #include "net/http/http_response_headers.h" 27 #include "net/http/http_response_headers.h"
28 #include "webkit/glue/autofill_form.h" 28 #include "webkit/glue/autofill_form.h"
29 #include "webkit/glue/context_menu.h" 29 #include "webkit/glue/context_menu.h"
30 #include "webkit/glue/form_data.h" 30 #include "webkit/glue/form_data.h"
31 #include "webkit/glue/password_form.h" 31 #include "webkit/glue/password_form.h"
32 #include "webkit/glue/password_form_dom_manager.h" 32 #include "webkit/glue/password_form_dom_manager.h"
33 #include "webkit/glue/resource_loader_bridge.h" 33 #include "webkit/glue/resource_loader_bridge.h"
34 #include "webkit/glue/webaccessibility.h" 34 #include "webkit/glue/webaccessibility.h"
35 #include "webkit/glue/webappcachecontext.h" 35 #include "webkit/glue/webappcachecontext.h"
36 #include "webkit/glue/webdropdata.h" 36 #include "webkit/glue/webdropdata.h"
37 #include "webkit/glue/webmenuitem.h"
37 #include "webkit/glue/webplugin.h" 38 #include "webkit/glue/webplugin.h"
38 #include "webkit/glue/webplugininfo.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 "third_party/skia/include/core/SkBitmap.h" 44 #include "third_party/skia/include/core/SkBitmap.h"
44 #endif 45 #endif
45 46
46 namespace base { 47 namespace base {
(...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 }; 1905 };
1905 1906
1906 1907
1907 } // namespace IPC 1908 } // namespace IPC
1908 1909
1909 1910
1910 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 1911 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
1911 #include "chrome/common/ipc_message_macros.h" 1912 #include "chrome/common/ipc_message_macros.h"
1912 1913
1913 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 1914 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698