| Index: chrome/test/automation/automation_proxy.h
|
| diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
|
| index 834023e2f7bb5259d146b3ade2b0b2c459c851c4..db3366ca9388a3fc3158282ae380ea6dcde33b32 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();
|
|
|