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

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

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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>
11 11
12 #include "app/clipboard/clipboard.h" 12 #include "app/clipboard/clipboard.h"
13 #include "app/gfx/native_widget_types.h"
13 #include "base/basictypes.h" 14 #include "base/basictypes.h"
14 #include "base/gfx/native_widget_types.h"
15 #include "base/ref_counted.h" 15 #include "base/ref_counted.h"
16 #include "base/shared_memory.h" 16 #include "base/shared_memory.h"
17 #include "chrome/browser/renderer_host/resource_handler.h" 17 #include "chrome/browser/renderer_host/resource_handler.h"
18 #include "chrome/common/common_param_traits.h" 18 #include "chrome/common/common_param_traits.h"
19 #include "chrome/common/css_colors.h" 19 #include "chrome/common/css_colors.h"
20 #include "chrome/common/dom_storage_type.h" 20 #include "chrome/common/dom_storage_type.h"
21 #include "chrome/common/edit_command.h" 21 #include "chrome/common/edit_command.h"
22 #include "chrome/common/extensions/update_manifest.h" 22 #include "chrome/common/extensions/update_manifest.h"
23 #include "chrome/common/extensions/url_pattern.h" 23 #include "chrome/common/extensions/url_pattern.h"
24 #include "chrome/common/filter_policy.h" 24 #include "chrome/common/filter_policy.h"
(...skipping 2139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 } 2164 }
2165 }; 2165 };
2166 2166
2167 } // namespace IPC 2167 } // namespace IPC
2168 2168
2169 2169
2170 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 2170 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
2171 #include "ipc/ipc_message_macros.h" 2171 #include "ipc/ipc_message_macros.h"
2172 2172
2173 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 2173 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698