diff options
Diffstat (limited to 'chrome/test/automation/browser_proxy.h')
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index 0e9107c..4c6884a 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -175,12 +175,12 @@ class BrowserProxy : public AutomationResourceProxy { // Run the specified command in the browser (see browser_commands.cc for the // list of supported commands). Returns true if the command was successfully // dispatched, false otherwise. - bool RunCommand(int browser_command) const; + bool RunCommandAsync(int browser_command) const; // Run the specified command in the browser (see browser_commands.cc for the // list of supported commands). Returns true if the command was successfully // dispatched and executed, false otherwise. - bool RunCommandSync(int browser_command) const; + bool RunCommand(int browser_command) const; // Returns whether the Bookmark bar is visible and whether we are animating // it into position. Returns false on failure. |