summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/pyautolib.i
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/pyautolib/pyautolib.i')
-rw-r--r--chrome/test/pyautolib/pyautolib.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index 0ee4bea..1e9b388 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -275,22 +275,6 @@ class PyUITestBase {
set_clear_profile;
void set_clear_profile(bool clear_profile);
- // BrowserProxy methods
- %feature("docstring", "Apply the accelerator with given id "
- "(IDC_BACK, IDC_NEWTAB ...) to the given or first window. "
- "The list can be found at chrome/app/chrome_dll_resource.h. "
- "Note that this method just schedules the accelerator, but does "
- "not wait for it to actually finish doing anything."
- "Returns True on success.")
- ApplyAccelerator;
- bool ApplyAccelerator(int id, int window_index=0);
- %feature("docstring", "Like ApplyAccelerator, except that it waits for "
- "the command to execute.") RunCommand;
- bool RunCommand(int browser_command, int window_index = 0);
- %feature("docstring", "Returns true if the given command id is enabled on "
- "the given window.") IsMenuCommandEnabled;
- bool IsMenuCommandEnabled(int browser_command, int window_index = 0);
-
// Get/fetch properties
%feature("docstring",
"Get the path to download directory.") GetDownloadDirectory;