summaryrefslogtreecommitdiffstats
path: root/chrome/common/automation_messages_internal.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 17:35:08 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 17:35:08 +0000
commit3b3ec721627391f78747d19bd3cc87792e0210a8 (patch)
tree63db7ee2728988eaf7f445417276daa22aab23f9 /chrome/common/automation_messages_internal.h
parent78e7603d28966adf4d1305e00cdc27ef07ebcc3b (diff)
downloadchromium_src-3b3ec721627391f78747d19bd3cc87792e0210a8.zip
chromium_src-3b3ec721627391f78747d19bd3cc87792e0210a8.tar.gz
chromium_src-3b3ec721627391f78747d19bd3cc87792e0210a8.tar.bz2
Update automation messages to use the new way of declaring message structs, to cut back on unnecessary code.
Review URL: http://codereview.chromium.org/8356020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106734 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/automation_messages_internal.h')
-rw-r--r--chrome/common/automation_messages_internal.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index 63da146..ee904a1 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -4,18 +4,6 @@
// Defines the IPC messages used by the automation interface.
-#include <string>
-#include <vector>
-
-#include "base/string16.h"
-#include "chrome/common/content_settings.h"
-#include "googleurl/src/gurl.h"
-#include "ipc/ipc_message_macros.h"
-#include "net/base/cert_status_flags.h"
-#include "net/url_request/url_request_status.h"
-#include "ui/gfx/rect.h"
-#include "webkit/glue/window_open_disposition.h"
-
// NOTE: All IPC messages have either a routing_id of 0 (for asynchronous
// messages), or one that's been assigned by the proxy (for calls
// which expect a response). The routing_id shouldn't be used for
@@ -26,8 +14,20 @@
// define the IDs based on __LINE__, to allow these IPC messages to be
// used to control an old version of Chrome we need the message IDs to
// remain the same. This means that you should not change the line number
-// of any of the messages below. This will be fixed once Xcode supports
-// __COUNTER__, in which case we can get rid of the __LINE__.
+// of any of the messages below.
+
+
+
+
+
+
+
+
+
+
+
+
+