diff options
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index 834023e..db3366c 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -203,8 +203,9 @@ class AutomationProxy : public IPC::Channel::Listener, scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& extension_path, bool with_ui); - // Asserts that the next extension test result is true. - void EnsureExtensionTestResult(); + // Gets the next extension test result in |result|. Returns false if there + // was a problem sending the result querying RPC. + bool GetExtensionTestResult(bool* result, std::string* message); // Resets to the default theme. Returns true on success. bool ResetToDefaultTheme(); |