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

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

Issue 123001: Move renderer_preferences.h from chrome/browser into chrome/common. We (Closed)
Patch Set: include deps Created 11 years, 6 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/renderer_preferences.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) 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>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/gfx/native_widget_types.h" 13 #include "base/gfx/native_widget_types.h"
14 #include "base/ref_counted.h" 14 #include "base/ref_counted.h"
15 #include "base/shared_memory.h" 15 #include "base/shared_memory.h"
16 #include "chrome/browser/renderer_host/resource_handler.h" 16 #include "chrome/browser/renderer_host/resource_handler.h"
17 #include "chrome/browser/renderer_preferences.h"
18 #include "chrome/common/filter_policy.h" 17 #include "chrome/common/filter_policy.h"
19 #include "chrome/common/ipc_message_utils.h" 18 #include "chrome/common/ipc_message_utils.h"
20 #include "chrome/common/modal_dialog_event.h" 19 #include "chrome/common/modal_dialog_event.h"
21 #include "chrome/common/page_transition_types.h" 20 #include "chrome/common/page_transition_types.h"
21 #include "chrome/common/renderer_preferences.h"
22 #include "chrome/common/transport_dib.h" 22 #include "chrome/common/transport_dib.h"
23 #include "chrome/common/webkit_param_traits.h" 23 #include "chrome/common/webkit_param_traits.h"
24 #include "googleurl/src/gurl.h" 24 #include "googleurl/src/gurl.h"
25 #include "media/audio/audio_output.h" 25 #include "media/audio/audio_output.h"
26 #include "net/base/upload_data.h" 26 #include "net/base/upload_data.h"
27 #include "net/http/http_response_headers.h" 27 #include "net/http/http_response_headers.h"
28 #include "net/url_request/url_request_status.h" 28 #include "net/url_request/url_request_status.h"
29 #include "webkit/glue/autofill_form.h" 29 #include "webkit/glue/autofill_form.h"
30 #include "webkit/glue/context_menu.h" 30 #include "webkit/glue/context_menu.h"
31 #include "webkit/glue/form_data.h" 31 #include "webkit/glue/form_data.h"
(...skipping 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 } 1911 }
1912 }; 1912 };
1913 1913
1914 } // namespace IPC 1914 } // namespace IPC
1915 1915
1916 1916
1917 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 1917 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
1918 #include "chrome/common/ipc_message_macros.h" 1918 #include "chrome/common/ipc_message_macros.h"
1919 1919
1920 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 1920 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698