diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
commit | bdb7ff6f3d14ea2c252f1946ea200326acc047e9 (patch) | |
tree | 793c5fb7947554416bf9342cc6c728715add31d2 /chrome/test/automation/browser_proxy.h | |
parent | cf5804412f3a525a35a7549bb557bc20d3243499 (diff) | |
download | chromium_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/browser_proxy.h')
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index 4f48e51..ea7938b 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -48,9 +48,9 @@ class BrowserProxy : public AutomationResourceProxy { // success. bool BringToFront() WARN_UNUSED_RESULT; - // Checks to see if a navigation command is active or not. If the call was - // successful, puts the result in |enabled| and returns true. - bool IsPageMenuCommandEnabled(int id, bool* enabled) WARN_UNUSED_RESULT; + // Checks to see if a command is enabled or not. If the call was successful, + // puts the result in |enabled| and returns true. + bool IsMenuCommandEnabled(int id, bool* enabled) WARN_UNUSED_RESULT; // Append a new tab to the TabStrip. The new tab is selected. // The new tab navigates to the given tab_url. |