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>2012-04-09 21:18:21 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 21:18:21 +0000
commitc4c89cd78cf3b9b436f61944553c0ab44d3c5ba5 (patch)
tree6c0fa101145f814a8a92127fa8e43f47cbf637a9 /chrome/common/automation_messages_internal.h
parent5973b968694e34269d9be9dea1f9fce1f32cb89e (diff)
downloadchromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.zip
chromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.tar.gz
chromium_src-c4c89cd78cf3b9b436f61944553c0ab44d3c5ba5.tar.bz2
Convert printing ui_tests to browser_tests.
BUG=121574 Review URL: https://chromiumcodereview.appspot.com/10033001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/automation_messages_internal.h')
-rw-r--r--chrome/common/automation_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index 66f6bc4..0cbafe4 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -614,7 +614,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_IsMenuCommandEnabled,
// This message notifies the AutomationProvider to print the tab with given
// handle. The first parameter is the handle to the tab resource. The
// return value contains a bool which is true on success.
-IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_PrintNow,
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DEPRECATED_PrintNow,
int,
bool)