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

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

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 11 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/browser/ui/webui/web_ui_util.h ('k') | chrome/test/automation/tab_proxy.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Multiply-included message file, no traditional include guard. 5 // Multiply-included message file, no traditional include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "chrome/common/automation_constants.h" 11 #include "chrome/common/automation_constants.h"
12 #include "chrome/common/automation_events.h" 12 #include "chrome/common/automation_events.h"
13 #include "chrome/common/common_param_traits.h" 13 #include "chrome/common/common_param_traits.h"
14 #include "chrome/common/content_settings.h" 14 #include "chrome/common/content_settings.h"
15 #include "content/public/common/common_param_traits.h" 15 #include "content/public/common/common_param_traits.h"
16 #include "content/public/common/page_type.h" 16 #include "content/public/common/page_type.h"
17 #include "content/public/common/security_style.h" 17 #include "content/public/common/security_style.h"
18 #include "googleurl/src/gurl.h" 18 #include "googleurl/src/gurl.h"
19 #include "ipc/ipc_message_macros.h" 19 #include "ipc/ipc_message_macros.h"
20 #include "ipc/ipc_message_utils.h" 20 #include "ipc/ipc_message_utils.h"
21 #include "net/base/cert_status_flags.h" 21 #include "net/base/cert_status_flags.h"
22 #include "net/base/host_port_pair.h" 22 #include "net/base/host_port_pair.h"
23 #include "net/base/upload_data.h" 23 #include "net/base/upload_data.h"
24 #include "net/url_request/url_request_status.h" 24 #include "net/url_request/url_request_status.h"
25 #include "ui/gfx/rect.h" 25 #include "ui/gfx/rect.h"
26 #include "webkit/glue/window_open_disposition.h" 26 #include "ui/base/window_open_disposition.h"
27 27
28 IPC_ENUM_TRAITS(AutomationMsg_NavigationResponseValues) 28 IPC_ENUM_TRAITS(AutomationMsg_NavigationResponseValues)
29 IPC_ENUM_TRAITS(content::PageType) 29 IPC_ENUM_TRAITS(content::PageType)
30 30
31 IPC_STRUCT_BEGIN(AutomationMsg_Find_Params) 31 IPC_STRUCT_BEGIN(AutomationMsg_Find_Params)
32 // The word(s) to find on the page. 32 // The word(s) to find on the page.
33 IPC_STRUCT_MEMBER(string16, search_string) 33 IPC_STRUCT_MEMBER(string16, search_string)
34 34
35 // Whether to search forward or backward within the page. 35 // Whether to search forward or backward within the page.
36 IPC_STRUCT_MEMBER(bool, forward) 36 IPC_STRUCT_MEMBER(bool, forward)
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 static void Log(const param_type& p, std::string* l); 225 static void Log(const param_type& p, std::string* l);
226 }; 226 };
227 227
228 } // namespace IPC 228 } // namespace IPC
229 229
230 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H_ 230 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H_
231 231
232 // Keep this internal message file unchanged to preserve line numbering 232 // Keep this internal message file unchanged to preserve line numbering
233 // (and hence the dubious __LINE__-based message numberings) across versions. 233 // (and hence the dubious __LINE__-based message numberings) across versions.
234 #include "chrome/common/automation_messages_internal.h" 234 #include "chrome/common/automation_messages_internal.h"
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_ui_util.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698