summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_messages_internal.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 01:56:52 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 01:56:52 +0000
commitbdb7ff6f3d14ea2c252f1946ea200326acc047e9 (patch)
tree793c5fb7947554416bf9342cc6c728715add31d2 /chrome/test/automation/automation_messages_internal.h
parentcf5804412f3a525a35a7549bb557bc20d3243499 (diff)
downloadchromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.zip
chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.gz
chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.bz2
Remove the page and app menus.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r--chrome/test/automation/automation_messages_internal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
index cdd3443..93fd1d4 100644
--- a/chrome/test/automation/automation_messages_internal.h
+++ b/chrome/test/automation/automation_messages_internal.h
@@ -635,15 +635,14 @@ IPC_BEGIN_MESSAGES(Automation)
IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_BringBrowserToFront, int, bool)
// Message to request whether a certain item is enabled of disabled in the
- // "Page" menu in the browser window
+ // menu in the browser window
//
// Request:
// - int: handle of the browser window.
// - int: IDC message identifier to query if enabled
// Response:
- // - bool: True if the command is enabled on the Page menu
- IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_IsPageMenuCommandEnabled, int, int,
- bool)
+ // - bool: True if the command is enabled on the menu
+ IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_IsMenuCommandEnabled, int, int, bool)
// This message notifies the AutomationProvider to print the tab with given
// handle. The first parameter is the handle to the tab resource. The